diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ae76b2171..f0a5d8cd8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,13 +17,13 @@ repos: args: ['--fix=no'] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.5 + rev: v0.14.6 hooks: - id: ruff - id: ruff-format - repo: https://github.com/PyCQA/bandit - rev: 1.9.0 + rev: 1.9.2 hooks: - id: bandit args: ["-c", "pyproject.toml", "--recursive"]