Remove obsolete isort flags

This commit is contained in:
Alexis Métaireau 2021-04-11 17:48:17 +02:00
parent 400149bad1
commit 81fb043181

View file

@ -23,7 +23,7 @@ changedir = {toxinidir}
[testenv:black] [testenv:black]
commands = commands =
black --check --target-version=py36 . black --check --target-version=py36 .
isort -c -rc . isort -c .
changedir = {toxinidir} changedir = {toxinidir}
[testenv:flake8] [testenv:flake8]