diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 62da4c0..ee53227 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/python-jsonschema/check-jsonschema - rev: "0.34.0" + rev: "0.34.1" hooks: - id: check-github-workflows args: ["--verbose"] @@ -15,7 +15,7 @@ repos: - id: codespell additional_dependencies: ["tomli>=2.2.1"] - repo: https://github.com/tox-dev/tox-ini-fmt - rev: "1.6.0" + rev: "1.7.0" hooks: - id: tox-ini-fmt args: ["-p", "fix"]