Skip to content

Commit 37ea732

Browse files
committed
add: isort in pre commit
1 parent 6890aa0 commit 37ea732

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ repos:
88
- id: end-of-file-fixer
99
- id: check-yaml
1010
- id: check-added-large-files
11+
- repo: https://github.com/PyCQA/isort
12+
rev: 5.12.0
13+
hooks:
14+
- id: isort

0 commit comments

Comments
 (0)