Skip to content

Commit 03433a2

Browse files
authored
Merge pull request #79 from BruinGrowly/claude/review-new-docs-01UDv9fzrkTojttRYasTCPdM
Add Black to pre-commit hooks to prevent CI formatting failures
2 parents 438ba81 + 9f11b4b commit 03433a2

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)