We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9584cc + dea870c commit 098edefCopy full SHA for 098edef
.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.15.1'
+ rev: 'v0.15.2'
22
hooks:
23
- id: ruff
24
args: [--fix, --exit-non-zero-on-fix]
0 commit comments