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 cc4a900 + f640a36 commit afd93d2Copy full SHA for afd93d2
.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.4'
+ rev: 'v0.14.5'
22
hooks:
23
- id: ruff
24
args: [--fix, --exit-non-zero-on-fix]
0 commit comments