Skip to content

Commit 1fc1649

Browse files
committed
change flake8 from using flake8-import-order to using flake8-isort
1 parent 48f886b commit 1fc1649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ basepython = python3
192192
deps =
193193
flake8
194194
flake8-docstrings
195-
flake8-import-order
195+
flake8-isort
196196
# https://github.com/JBKahn/flake8-print/pull/30
197197
flake8-print>=3.1.0
198198
commands =

0 commit comments

Comments
 (0)