We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae386d commit 8c15435Copy full SHA for 8c15435
2 files changed
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
- id: check-useless-excludes
19
priority: 0
20
- repo: https://github.com/ansible/actions
21
- rev: v0.5.1
+ rev: v1.1.0
22
hooks:
23
- id: toml
24
@@ -35,7 +35,7 @@ repos:
35
- id: shellcheck
36
37
- repo: https://github.com/astral-sh/uv-pre-commit
38
- rev: 0.10.7
+ rev: 0.11.3
39
40
- id: uv-sync
41
- id: uv-lock
@@ -44,7 +44,7 @@ repos:
44
args: ["--upgrade"]
45
stages: [manual]
46
- repo: https://github.com/biomejs/pre-commit
47
- rev: "v2.4.4"
+ rev: "v2.4.10"
48
49
- id: biome-check
50
name: biome
@@ -71,7 +71,7 @@ repos:
71
pass_filenames: false
72
priority: 6
73
- repo: https://github.com/ansible/team-devtools
74
- rev: v26.2.0
+ rev: v26.4.0
75
76
- id: check-platform-constraints
77
0 commit comments