Skip to content

Commit fda1fca

Browse files
committed
return isor
1 parent 879712f commit fda1fca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ repos:
44
hooks:
55
- id: black
66
language_version: python3.8
7+
- repo: https://github.com/pycqa/isort
8+
rev: 5.4.2
9+
hooks:
10+
- id: isort
11+
language_version: python3.8
712
- repo: https://github.com/PyCQA/flake8
813
rev: 3.8.3
914
hooks:

0 commit comments

Comments
 (0)