We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 529806c + 97b2071 commit 91710a9Copy full SHA for 91710a9
1 file changed
.pre-commit-config.yaml
@@ -24,14 +24,14 @@ repos:
24
- id: trailing-whitespace
25
26
- repo: https://github.com/PyCQA/bandit
27
- rev: 1.9.3
+ rev: 1.9.4
28
hooks:
29
- id: bandit
30
args: ["-c", "pyproject.toml"]
31
additional_dependencies: ["bandit[toml]"]
32
33
- repo: https://github.com/astral-sh/ruff-pre-commit
34
- rev: v0.15.2
+ rev: v0.15.10
35
36
- id: ruff-format
37
- id: ruff
0 commit comments