Skip to content

Commit c67fc5c

Browse files
committed
Add Black to precommit-ci config
1 parent 117c512 commit c67fc5c

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
@@ -8,3 +8,8 @@ repos:
88
- id: mixed-line-ending
99
args: [--fix=lf]
1010
- id: trailing-whitespace
11+
12+
- repo: https://github.com/psf/black
13+
rev: 23.11.0
14+
hooks:
15+
- id: black

0 commit comments

Comments
 (0)