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 228a3cf commit 65ab5eaCopy full SHA for 65ab5ea
.pre-commit-config.yaml
@@ -52,7 +52,7 @@ repos:
52
- id: detect-secrets
53
54
- repo: https://github.com/gitleaks/gitleaks
55
- rev: v8.18.4
+ rev: v8.19.2
56
hooks:
57
- id: gitleaks
58
@@ -67,19 +67,19 @@ repos:
67
]
68
69
- repo: https://github.com/astral-sh/ruff-pre-commit
70
- rev: v0.6.4
+ rev: v0.6.5
71
72
- id: ruff
73
args: [--fix]
74
- id: ruff-format
75
76
77
78
79
80
81
- repo: https://github.com/renovatebot/pre-commit-hooks
82
- rev: 38.72.1
+ rev: 38.82.0
83
84
- id: renovate-config-validator
85
0 commit comments