We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff7563a commit 42ca836Copy full SHA for 42ca836
2 files changed
.pre-commit-config.yaml
@@ -45,7 +45,7 @@ repos:
45
hooks:
46
- id: validate-cff
47
- repo: https://github.com/adrienverge/yamllint
48
- rev: v1.35.1
+ rev: v1.37.0
49
50
- id: yamllint
51
exclude: pre-commit-config.yaml
@@ -54,7 +54,7 @@ repos:
54
55
- id: actionlint
56
- repo: https://github.com/astral-sh/ruff-pre-commit
57
- rev: "v0.9.10"
+ rev: "v0.11.2"
58
59
- id: ruff-format
60
- id: ruff
0 commit comments