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 2278da6 commit 03bce61Copy full SHA for 03bce61
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
args: [--fix=lf]
12
- id: requirements-txt-fixer
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
- rev: v0.3.4
+ rev: v0.3.5
15
hooks:
16
- id: ruff
17
args: [--fix, --exit-non-zero-on-fix]
@@ -24,7 +24,7 @@ repos:
24
- id: check-hooks-apply
25
- id: check-useless-excludes
26
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
27
- rev: v2.12.0
+ rev: v2.13.0
28
29
- id: pretty-format-toml
30
args: [--autofix]
0 commit comments