Skip to content

Commit 9f11b4b

Browse files
committed
Add Black to pre-commit hooks to prevent CI formatting failures
1 parent 0864d93 commit 9f11b4b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
repos:
2+
- repo: https://github.com/psf/black
3+
rev: 24.10.0
4+
hooks:
5+
- id: black
6+
language_version: python3
7+
28
- repo: local
39
hooks:
410
- id: ljpw-check

0 commit comments

Comments
 (0)