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 2d55533 commit dfad74dCopy full SHA for dfad74d
.pre-commit-config.yaml
@@ -23,7 +23,7 @@ repos:
23
- id: sort-simple-yaml
24
- id: trailing-whitespace
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
- rev: 'v0.11.8'
+ rev: 'v0.12.4'
27
hooks:
28
- id: ruff
29
args: [--fix, --exit-non-zero-on-fix, "--config=pyproject.toml"]
@@ -35,7 +35,7 @@ repos:
35
- id: codespell
36
additional_dependencies: ["tomli"]
37
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
38
- rev: v2.14.0
+ rev: v2.15.0
39
40
- id: pretty-format-toml
41
args: [--autofix, --no-sort]
0 commit comments