We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd1026 commit 6345562Copy full SHA for 6345562
1 file changed
.pre-commit-config.yaml
@@ -17,12 +17,12 @@ repos:
17
- id: check-shebang-scripts-are-executable
18
19
- repo: https://github.com/astral-sh/uv-pre-commit
20
- rev: 0.6.12
+ rev: 0.7.18
21
hooks:
22
- id: uv-lock
23
24
- repo: https://github.com/astral-sh/ruff-pre-commit
25
- rev: v0.11.4
+ rev: v0.12.1
26
27
- id: ruff-format
28
- id: ruff
@@ -34,7 +34,7 @@ repos:
34
- id: rst-backticks
35
36
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
37
- rev: v2.14.0
+ rev: v2.15.0
38
39
- id: pretty-format-yaml
40
args: [--autofix, --indent, '2']
0 commit comments