Remove obsolete isort flags (#740)

This commit is contained in:
Alexis Metaireau 2021-04-11 17:52:21 +02:00 committed by GitHub
parent 400149bad1
commit 3796076413
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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