Skip to content

Commit 3026073

Browse files
committed
MNT: Add blue and isort as pre-commit hooks
1 parent 8f8cae3 commit 3026073

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+
repos:
2+
- repo: https://github.com/grantjenks/blue
3+
rev: v0.9.1
4+
hooks:
5+
- id: blue
6+
- repo: https://github.com/pycqa/isort
7+
rev: 5.11.2
8+
hooks:
9+
- id: isort

0 commit comments

Comments
 (0)