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 38afc67 commit 9376f67Copy full SHA for 9376f67
.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.21.1
+ rev: 40.32.7
15
hooks:
16
- id: renovate-config-validator
17
args: [--strict]
@@ -74,20 +74,20 @@ repos:
74
stages: [manual]
75
76
- repo: https://github.com/astral-sh/ruff-pre-commit
77
- rev: v0.11.10
+ rev: v0.11.11
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.6
+ rev: 0.7.8
86
87
- id: uv-lock
88
always_run: true
89
90
- repo: https://github.com/google/yamlfmt
91
- rev: v0.16.0
+ rev: v0.17.0
92
93
- id: yamlfmt
0 commit comments