We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 015734f commit 7b449ecCopy full SHA for 7b449ec
.pre-commit-config.yaml
@@ -18,7 +18,4 @@ repos:
18
- id: ruff
19
args: [--fix, --exit-non-zero-on-fix]
20
exclude: docs\/.*
21
- - repo: https://github.com/psf/black
22
- rev: "24.3.0"
23
- hooks:
24
- - id: black
+ - id: ruff-format
0 commit comments