We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f44cbeb commit cdce132Copy full SHA for cdce132
.pre-commit-config.yaml
@@ -21,15 +21,15 @@ repos:
21
- id: check-useless-excludes
22
23
- repo: https://github.com/ansible/actions
24
- rev: v0.3.1
+ rev: v0.5.1
25
hooks:
26
- id: toml
27
- id: ruff
28
- id: mypy
29
- id: pylint
30
31
- repo: https://github.com/astral-sh/uv-pre-commit
32
- rev: 0.9.28
+ rev: 0.10.3
33
34
- id: uv-sync
35
- id: uv-lock
@@ -42,7 +42,7 @@ repos:
42
# hooks:
43
# - id: actionlint
44
- repo: https://github.com/biomejs/pre-commit
45
- rev: "v2.3.13"
+ rev: "v2.4.0"
46
47
- id: biome-check
48
name: biome
0 commit comments