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.
2 parents 613cd20 + 92a2c5f commit 2141cd2Copy full SHA for 2141cd2
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
- id: debug-statements # checks for debugger imports and py37+ `breakpoint()` calls in python source
20
# Ruff should go before black, because its output is not formatted
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: 'v0.4.4'
+ rev: 'v0.4.7'
23
hooks:
24
- id: ruff
25
args: [--fix, --exit-non-zero-on-fix]
0 commit comments