Skip to content

Commit c4beef2

Browse files
add isort to pre-commit
1 parent 0776428 commit c4beef2

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
@@ -11,3 +11,8 @@ repos:
1111
hooks:
1212
- id: isort
1313
language_version: python3.7
14+
- repo: https://github.com/PyCQA/isort
15+
rev: 5.4.2
16+
hooks:
17+
- id: isort
18+
language_version: python3.7

0 commit comments

Comments
 (0)