We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5506eee + d3bf1df commit 9d074d4Copy full SHA for 9d074d4
.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.2.0
+ rev: v0.2.1
16
hooks:
17
- id: ruff
18
args: [ --fix, --exit-non-zero-on-fix , --show-fixes]
0 commit comments