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 ce6a540 + 5a16454 commit eb8d394Copy full SHA for eb8d394
.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.6'
+ rev: 'v0.14.7'
22
hooks:
23
- id: ruff
24
args: [--fix, --exit-non-zero-on-fix]
0 commit comments