Skip to content

Commit 6ad9a8c

Browse files
committed
chore: add black pre-commit hook
1 parent 4067e45 commit 6ad9a8c

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
@@ -35,6 +35,11 @@ repos:
3535
- id: codespell
3636
exclude: ^examples/additemcsv.py$
3737

38+
- repo: https://github.com/psf/black
39+
rev: 22.3.0
40+
hooks:
41+
- id: black
42+
3843
- repo: https://github.com/asottile/pyupgrade
3944
rev: v2.34.0
4045
hooks:

0 commit comments

Comments
 (0)