We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e1e20 commit 93c3ba5Copy full SHA for 93c3ba5
.pre-commit-config.yaml
@@ -29,7 +29,7 @@ repos:
29
- id: pylint
30
31
- repo: https://github.com/astral-sh/uv-pre-commit
32
- rev: 0.9.8
+ rev: 0.9.9
33
hooks:
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.4"
+ rev: "v2.3.5"
46
47
- id: biome-check
48
name: biome
@@ -74,7 +74,7 @@ repos:
74
- id: shellcheck
75
76
- repo: https://github.com/streetsidesoftware/cspell-cli
77
- rev: v9.2.1
+ rev: v9.3.1
78
79
- id: cspell
80
name: Spell check with cspell
0 commit comments