diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 04eddb0..2facc8b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,18 +31,18 @@ repos: args: [ '--baseline', '.secrets.baseline' ] - repo: https://github.com/sirosen/texthooks - rev: 0.6.7 + rev: 0.6.8 hooks: [ { id: fix-smartquotes }, { id: fix-ligatures } ] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.7.3' + rev: 'v0.8.2' hooks: - id: ruff args: [ --fix, --exit-non-zero-on-fix ] - id: ruff-format - repo: https://github.com/PyCQA/bandit/ - rev: 1.7.10 + rev: 1.8.0 hooks: - id: bandit args: [ "-c", "pyproject.toml" ]