diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bd11706b..f6933647 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: - id: blacken-docs additional_dependencies: [black] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.4 + rev: v0.9.1 hooks: # lint & attempt to correct failures (e.g. pyupgrade) - id: ruff @@ -45,7 +45,7 @@ repos: - id: check-hooks-apply - id: check-useless-excludes - repo: https://github.com/PyCQA/bandit - rev: 1.8.0 + rev: 1.8.2 hooks: - id: bandit args: [--exit-zero]