Skip to content

Commit 7b449ec

Browse files
committed
Use ruff for formatting (instead of black)
1 parent 015734f commit 7b449ec

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.pre-commit-config.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,4 @@ repos:
1818
- id: ruff
1919
args: [--fix, --exit-non-zero-on-fix]
2020
exclude: docs\/.*
21-
- repo: https://github.com/psf/black
22-
rev: "24.3.0"
23-
hooks:
24-
- id: black
21+
- id: ruff-format

0 commit comments

Comments
 (0)