We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1abeaa5 commit d3bf1dfCopy full SHA for d3bf1df
.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