We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3080c5 commit 31b2a36Copy full SHA for 31b2a36
1 file changed
.pre-commit-config.yaml
@@ -13,13 +13,13 @@ repos:
13
exclude: template
14
- id: check-added-large-files
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
- rev: v0.15.4
+ rev: v0.15.8
17
hooks:
18
- id: ruff
19
args: [--fix, --exit-non-zero-on-fix]
20
- id: ruff-format
21
- repo: https://github.com/astral-sh/uv-pre-commit
22
- rev: 0.10.7
+ rev: 0.11.2
23
24
- id: uv-lock
25
- repo: https://github.com/adrienverge/yamllint.git
@@ -28,7 +28,7 @@ repos:
28
- id: yamllint
29
30
- repo: https://github.com/codespell-project/codespell
31
- rev: v2.4.1
+ rev: v2.4.2
32
33
- id: codespell
34
entry: codespell -I .codespell-ignore-words.txt
0 commit comments