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 b9a5c0c commit 01de82fCopy full SHA for 01de82f
1 file changed
.pre-commit-config.yaml
@@ -34,12 +34,12 @@ repos:
34
additional_dependencies:
35
- mdformat-gfm
36
- repo: https://github.com/adrienverge/yamllint
37
- rev: v1.37.1
+ rev: v1.38.0
38
hooks:
39
- id: yamllint
40
exclude: pre-commit-config.yaml
41
- repo: https://github.com/astral-sh/ruff-pre-commit
42
- rev: "v0.14.11"
+ rev: "v0.14.13"
43
44
- id: ruff-format
45
- id: ruff-check
0 commit comments