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 3129111 commit 2003fb5Copy full SHA for 2003fb5
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ default_language_version:
2
python: python3
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v5.0.0
+ rev: v6.0.0
6
hooks:
7
- id: check-added-large-files
8
- id: check-case-conflict
@@ -19,7 +19,7 @@ repos:
19
- id: sort-simple-yaml
20
- id: trailing-whitespace
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: 'v0.11.8'
+ rev: 'v0.12.11'
23
24
- id: ruff
25
args: [--fix, --exit-non-zero-on-fix]
@@ -30,7 +30,7 @@ repos:
30
- id: codespell
31
additional_dependencies: ["tomli"]
32
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
33
- rev: v2.14.0
+ rev: v2.15.0
34
35
- id: pretty-format-toml
36
args: [--autofix, --no-sort]
0 commit comments