We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e586e3d commit b6f3974Copy full SHA for b6f3974
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
hooks:
18
- id: check-useless-excludes
19
- repo: https://github.com/astral-sh/uv-pre-commit
20
- rev: 0.9.26
+ rev: 0.9.28
21
22
- id: uv-sync
23
- id: uv-lock
@@ -27,7 +27,7 @@ repos:
27
args: ["--upgrade"]
28
stages: [manual]
29
- repo: https://github.com/biomejs/pre-commit
30
- rev: "v2.3.12"
+ rev: "v2.3.13"
31
32
- id: biome-check
33
name: biome
@@ -68,7 +68,7 @@ repos:
68
entry: yamllint --strict
69
70
- repo: https://github.com/tombi-toml/tombi-pre-commit
71
- rev: v0.7.24
+ rev: v0.7.25
72
73
- id: tombi-format
74
alias: toml
0 commit comments