We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473c015 commit 3cb1471Copy full SHA for 3cb1471
.pre-commit-config.yaml
@@ -31,18 +31,18 @@ repos:
31
args: [ '--baseline', '.secrets.baseline' ]
32
33
- repo: https://github.com/sirosen/texthooks
34
- rev: 0.6.7
+ rev: 0.6.8
35
hooks: [ { id: fix-smartquotes }, { id: fix-ligatures } ]
36
37
- repo: https://github.com/astral-sh/ruff-pre-commit
38
- rev: 'v0.7.3'
+ rev: 'v0.8.2'
39
hooks:
40
- id: ruff
41
args: [ --fix, --exit-non-zero-on-fix ]
42
- id: ruff-format
43
44
- repo: https://github.com/PyCQA/bandit/
45
- rev: 1.7.10
+ rev: 1.8.0
46
47
- id: bandit
48
args: [ "-c", "pyproject.toml" ]
0 commit comments