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 dce0171 commit 4deeb36Copy full SHA for 4deeb36
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v5.0.0
+ rev: v6.0.0
4
hooks:
5
- id: check-added-large-files
6
args: ["--maxkb=500"]
@@ -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.12.3
+ rev: v0.12.8
37
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.27.2
+ rev: v8.28.0
65
66
- id: gitleaks
67
- repo: local
0 commit comments