diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d7dff3d0..bb023261 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.3 + rev: 0.28.4 hooks: - id: check-github-workflows - id: check-dependabot @@ -23,7 +23,7 @@ repos: hooks: - id: isort - repo: https://github.com/asottile/pyupgrade - rev: v3.15.2 + rev: v3.16.0 hooks: - id: pyupgrade args: ["--py37-plus"] @@ -40,13 +40,13 @@ repos: hooks: - id: slyp - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell additional_dependencies: - tomli - repo: https://github.com/tox-dev/pyproject-fmt - rev: 2.1.1 + rev: 2.1.3 hooks: - id: pyproject-fmt additional_dependencies: ["tox>=4.9"]