We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a3069 commit 962ad7fCopy full SHA for 962ad7f
.pre-commit-config.yaml
@@ -25,14 +25,14 @@ repos:
25
- id: mixed-line-ending
26
27
- repo: https://github.com/PyCQA/bandit
28
- rev: '1.8.0'
+ rev: '1.8.3'
29
hooks:
30
- id: bandit
31
args: ["-c", "pyproject.toml"]
32
additional_dependencies: ["bandit[toml]"]
33
34
- repo: https://github.com/astral-sh/ruff-pre-commit
35
- rev: v0.8.6
+ rev: v0.9.10
36
37
- id: ruff
38
args: [--fix, --exit-non-zero-on-fix]
@@ -48,7 +48,7 @@ repos:
48
# args: ["--number"]
49
50
- repo: https://github.com/codespell-project/codespell
51
- rev: v2.3.0
+ rev: v2.4.1
52
53
- id: codespell
54
additional_dependencies:
0 commit comments