Skip to content

Commit f7a4e91

Browse files
committed
add isort commit hook
1 parent 7c10a76 commit f7a4e91

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
@@ -28,3 +28,8 @@ repos:
2828
hooks:
2929
- id: pyupgrade
3030
args: [--py37-plus]
31+
32+
- repo: https://github.com/PyCQA/isort
33+
rev: 5.10.1
34+
hooks:
35+
- id: isort

0 commit comments

Comments
 (0)