We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e803d27 commit 9afd93eCopy full SHA for 9afd93e
1 file changed
.pre-commit-config.yaml
@@ -19,14 +19,14 @@ repos:
19
20
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: v0.12.3
+ rev: v0.12.4
23
hooks:
24
- id: ruff-format
25
- id: ruff-check
26
args: [--fix]
27
28
- repo: https://github.com/astral-sh/uv-pre-commit
29
- rev: 0.7.21
+ rev: 0.7.22
30
31
- id: uv-lock
32
0 commit comments