Skip to content

Commit 7e785b1

Browse files
committed
Switched from black to ruff-format
1 parent cafbf63 commit 7e785b1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ repos:
2020
hooks:
2121
- id: ruff
2222
args: [--fix, --show-fixes]
23-
24-
- repo: https://github.com/psf/black
25-
rev: 23.11.0
26-
hooks:
27-
- id: black
23+
- id: ruff-format
2824

2925
- repo: https://github.com/pre-commit/mirrors-mypy
3026
rev: v1.7.1

0 commit comments

Comments
 (0)