We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c744d00 commit 5a31099Copy full SHA for 5a31099
1 file changed
.pre-commit-config.yaml
@@ -1,3 +1,6 @@
1
+ci:
2
+ autoupdate_schedule: quarterly
3
+
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
rev: v6.0.0
@@ -15,7 +18,7 @@ repos:
15
18
16
19
# Python - Ruff
17
20
- repo: https://github.com/astral-sh/ruff-pre-commit
- rev: v0.14.6
21
+ rev: v0.14.7
22
hooks:
23
# Run the linter
24
- id: ruff
@@ -25,7 +28,7 @@ repos:
25
28
26
29
# Detect secrets
27
30
- repo: https://github.com/gitleaks/gitleaks
- rev: v8.29.1
31
+ rev: v8.30.0
32
33
- id: gitleaks
34
0 commit comments