diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f74d70d8..698f3e10 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.git - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-merge-conflict - id: check-toml @@ -8,7 +8,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.2 + rev: 0.29.3 hooks: - id: check-github-workflows - id: check-dependabot @@ -49,7 +49,7 @@ repos: - "-L" - "assertIn" - repo: https://github.com/tox-dev/pyproject-fmt - rev: 2.2.3 + rev: 2.2.4 hooks: - id: pyproject-fmt additional_dependencies: ["tox>=4.9"]