We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d14ccea commit 7d60f0aCopy full SHA for 7d60f0a
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ default_language_version:
3
4
repos:
5
- repo: https://github.com/astral-sh/ruff-pre-commit
6
- rev: v0.9.6
+ rev: v0.11.2
7
hooks:
8
- id: ruff
9
args: [--fix, --exit-non-zero-on-fix]
@@ -35,7 +35,7 @@ repos:
35
additional_dependencies: [types-all]
36
args: [--config-file=pyproject.toml]
37
- repo: https://github.com/adrienverge/yamllint.git
38
- rev: v1.35.1
+ rev: v1.37.0
39
40
- id: yamllint
41
exclude: (.vscode|.devcontainer|.github)
0 commit comments