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 eb8d394 + 524632e commit 5384faeCopy full SHA for 5384fae
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
- id: check-docstring-first # checks a common error of defining a docstring after code
19
- id: debug-statements # checks for debugger imports and py37+ `breakpoint()` calls in python source
20
- repo: https://github.com/astral-sh/ruff-pre-commit
21
- rev: 'v0.14.7'
+ rev: 'v0.14.8'
22
hooks:
23
- id: ruff
24
args: [--fix, --exit-non-zero-on-fix]
0 commit comments