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 ec101ba commit cf98f36Copy full SHA for cf98f36
.pre-commit-config.yaml
@@ -33,7 +33,7 @@ repos:
33
- id: sort-simple-yaml
34
- id: trailing-whitespace
35
- repo: https://github.com/astral-sh/ruff-pre-commit
36
- rev: v0.11.10
+ rev: v0.11.13
37
hooks:
38
- id: ruff
39
args: [ --fix ]
@@ -55,13 +55,13 @@ repos:
55
56
- id: sourceheaders
57
- repo: https://github.com/PyCQA/bandit
58
- rev: "1.8.3"
+ rev: "1.8.4"
59
60
- id: bandit
61
args: ["-c", "pyproject.toml", "--"]
62
additional_dependencies: ["bandit[toml]"]
63
- repo: https://github.com/gitleaks/gitleaks
64
- rev: v8.26.0
+ rev: v8.27.2
65
66
- id: gitleaks
67
- repo: local
0 commit comments