We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b06315 commit a1df229Copy full SHA for a1df229
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
- id: gitlint
21
22
- repo: https://github.com/adrienverge/yamllint
23
- rev: v1.37.0
+ rev: v1.37.1
24
hooks:
25
- id: yamllint
26
@@ -32,11 +32,11 @@ repos:
32
args: ["--ignore-missing-imports"]
33
34
- repo: https://github.com/astral-sh/ruff-pre-commit
35
- rev: v0.11.6
+ rev: v0.11.9
36
37
- id: ruff-format
38
39
40
41
42
- id: ruff
0 commit comments