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 ea5a238 commit 9335ccdCopy full SHA for 9335ccd
1 file changed
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ default_language_version:
14
15
repos:
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: v0.11.7
+ rev: v0.11.8
18
hooks:
19
- id: ruff
20
args:
@@ -72,7 +72,7 @@ repos:
72
- python
73
exclude: ^uv.lock$
74
- repo: https://github.com/adrienverge/yamllint.git
75
- rev: v1.37.0
+ rev: v1.37.1
76
77
- id: yamllint
78
- repo: local
0 commit comments