We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e22fa0d commit c612499Copy full SHA for c612499
1 file changed
.pre-commit-config.yaml
@@ -17,14 +17,14 @@ repos:
17
- id: actionlint
18
19
- repo: https://github.com/astral-sh/ruff-pre-commit
20
- rev: v0.14.8
+ rev: v0.14.10
21
hooks:
22
- id: ruff-check
23
args: [ --fix ]
24
- id: ruff-format
25
26
- repo: https://github.com/astral-sh/uv-pre-commit
27
- rev: 0.9.16
+ rev: 0.9.18
28
29
- id: uv-lock
30
0 commit comments