Skip to content

Commit 8473259

Browse files
committed
Add python formatter
1 parent 2276aff commit 8473259

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ repos:
2020
rev: 'v19.1.4'
2121
hooks:
2222
- id: clang-format
23+
- repo: https://github.com/psf/black-pre-commit-mirror
24+
rev: 24.10.0
25+
hooks:
26+
- id: black

0 commit comments

Comments
 (0)