We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cbb77d commit c4b39c3Copy full SHA for c4b39c3
2 files changed
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
- id: check-useless-excludes
25
priority: 0
26
- repo: https://github.com/ansible/actions
27
- rev: v1.0.0
+ rev: v1.0.1
28
hooks:
29
- id: toml
30
@@ -41,7 +41,7 @@ repos:
41
- id: shellcheck
42
43
- repo: https://github.com/astral-sh/uv-pre-commit
44
- rev: 0.10.9
+ rev: 0.10.10
45
46
- id: uv-sync
47
- id: uv-lock
@@ -51,7 +51,7 @@ repos:
51
args: ["--upgrade"]
52
stages: [manual]
53
- repo: https://github.com/biomejs/pre-commit
54
- rev: "v2.4.6"
+ rev: "v2.4.7"
55
56
- id: biome-check
57
name: biome
@@ -86,7 +86,7 @@ repos:
86
pass_filenames: false
87
priority: 6
88
- repo: https://github.com/ansible/team-devtools
89
- rev: v26.2.1
+ rev: v26.2.2
90
91
- id: check-platform-constraints
92
0 commit comments