We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2dcb9ba + 1f681f1 commit 1abeaa5Copy full SHA for 1abeaa5
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
# from readme - ruff with autofix must run before
13
# other formatters, such as black
14
- repo: https://github.com/astral-sh/ruff-pre-commit
15
- rev: v0.1.14
+ rev: v0.2.0
16
hooks:
17
- id: ruff
18
args: [ --fix, --exit-non-zero-on-fix , --show-fixes]
0 commit comments