We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb927c1 + 40b8a62 commit 3e47aa8Copy full SHA for 3e47aa8
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
- id: hadolint
12
13
- repo: https://github.com/renovatebot/pre-commit-hooks
14
- rev: 40.32.7
+ rev: 40.36.8
15
hooks:
16
- id: renovate-config-validator
17
args: [--strict]
@@ -29,7 +29,7 @@ repos:
29
- id: gitlint-ci
30
31
- repo: https://github.com/gitleaks/gitleaks
32
- rev: v8.26.0
+ rev: v8.27.0
33
34
- id: gitleaks
35
@@ -74,15 +74,15 @@ repos:
74
stages: [manual]
75
76
- repo: https://github.com/astral-sh/ruff-pre-commit
77
- rev: v0.11.11
+ rev: v0.11.12
78
79
- id: ruff
80
args: [--fix]
81
82
- id: ruff-format
83
84
- repo: https://github.com/astral-sh/uv-pre-commit
85
- rev: 0.7.8
+ rev: 0.7.9
86
87
- id: uv-lock
88
always_run: true
0 commit comments