We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d392e57 + 9e80f93 commit 8ee4e75Copy full SHA for 8ee4e75
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.9.21
+ rev: 0.11.3
21
hooks:
22
- id: uv-lock
23
24
- repo: https://github.com/astral-sh/ruff-pre-commit
25
- rev: v0.14.10
+ rev: v0.15.9
26
27
- id: ruff-format
28
- id: ruff-check
@@ -34,7 +34,7 @@ repos:
34
- id: rst-backticks
35
36
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
37
- rev: v2.15.0
+ rev: v2.16.0
38
39
- id: pretty-format-yaml
40
args: [--autofix, --indent, '2']
0 commit comments