diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d19dd02db..3cfab91a9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - tomli exclude_types: [csv, json] - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.6.5' + rev: 'v0.6.9' hooks: - id: ruff # in CI it is directly run by tox to allow dependency upgrade checks @@ -19,7 +19,7 @@ repos: # in CI it is directly run by tox to allow dependency upgrade checks stages: [pre-commit] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-executables-have-shebangs stages: [manual] @@ -29,7 +29,7 @@ repos: - --branch=main - id: trailing-whitespace - repo: https://github.com/cdce8p/python-typing-update - rev: v0.6.0 + rev: v0.7.0 hooks: # Run `pre-commit run --hook-stage manual python-typing-update --all-files` manually # from time to time to update python typing syntax.