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.
1 parent b811ac7 commit e490b9bCopy full SHA for e490b9b
.pre-commit-config.yaml
@@ -19,12 +19,12 @@ 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.5.0'
+ rev: 'v0.6.1'
23
hooks:
24
- id: ruff
25
args: [--fix, --exit-non-zero-on-fix]
26
- repo: https://github.com/psf/black
27
- rev: 24.4.2
+ rev: 24.8.0
28
29
- id: black
30
name: black
0 commit comments