Skip to content

Commit c2e2417

Browse files
committed
chore: Add pre-commit-config
1 parent c006067 commit c2e2417

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# black is in dev.txt, so local repo is used here.
2+
repos:
3+
- repo: local
4+
hooks:
5+
- id: black
6+
name: black
7+
entry: black
8+
language: system
9+
types: [python]

0 commit comments

Comments
 (0)