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 0fd8446 commit 3e700e6Copy full SHA for 3e700e6
.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.7
+ rev: v0.11.8
37
hooks:
38
- id: ruff
39
args: [ --fix ]
@@ -61,7 +61,7 @@ repos:
61
args: ["-c", "pyproject.toml", "--"]
62
additional_dependencies: ["bandit[toml]"]
63
- repo: https://github.com/gitleaks/gitleaks
64
- rev: v8.24.3
+ rev: v8.25.1
65
66
- id: gitleaks
67
- repo: local
0 commit comments