Skip to content

Commit 7d94d9e

Browse files
committed
Add Black to pre-commit
1 parent 98d5d0c commit 7d94d9e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ repos:
55
- id: ruff
66
args: [--exit-non-zero-on-fix]
77

8+
- repo: https://github.com/psf/black-pre-commit-mirror
9+
rev: 24.4.2
10+
hooks:
11+
- id: black
12+
813
- repo: https://github.com/pre-commit/pre-commit-hooks
914
rev: v4.6.0
1015
hooks:

0 commit comments

Comments
 (0)