We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ce6b5 commit 1f5331aCopy full SHA for 1f5331a
1 file changed
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
- id: hadolint-docker
12
13
- repo: https://github.com/renovatebot/pre-commit-hooks
14
- rev: 41.125.3
+ rev: 41.132.3
15
hooks:
16
- id: renovate-config-validator
17
args: [--strict]
@@ -74,15 +74,15 @@ repos:
74
stages: [manual]
75
76
- repo: https://github.com/astral-sh/ruff-pre-commit
77
- rev: v0.13.1
+ rev: v0.13.2
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.8.20
+ rev: 0.8.22
86
87
- id: uv-lock
88
always_run: true
0 commit comments