diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 393986f05..edb655dc5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: check-toml - id: check-yaml @@ -8,7 +8,7 @@ repos: - id: trailing-whitespace - id: mixed-line-ending - repo: https://github.com/pycqa/flake8 - rev: 5.0.4 + rev: 6.0.0 hooks: - id: flake8 - repo: https://github.com/pycqa/doc8 @@ -60,7 +60,7 @@ repos: language_version: python3 entry: black --target-version=py37 - repo: https://github.com/tox-dev/pyproject-fmt - rev: 0.3.5 + rev: 0.4.1 hooks: - id: pyproject-fmt - repo: https://github.com/abravalheri/validate-pyproject