mirror of
https://github.com/LukeHagar/connexion.git
synced 2025-12-06 04:19:26 +00:00
bump and pin isort, apply all automatic fixes (#903)
Fixes the build. Changes proposed in this pull request: - apply all of the isort changes that resulted from the latest version - pin to the latest version (4.3.15) so this doesn't happen again, unless we bump the version on purpose
This commit is contained in:
committed by
João Santos
parent
0989a93df5
commit
08e4536e5e
6
tox.ini
6
tox.ini
@@ -43,18 +43,18 @@ commands=python setup.py flake8
|
||||
|
||||
[testenv:isort-check]
|
||||
basepython=python3
|
||||
deps=isort
|
||||
deps=isort==4.3.15
|
||||
changedir={toxinidir}/connexion
|
||||
commands=isort -ns __init__.py -rc -c -df .
|
||||
|
||||
[testenv:isort-check-examples]
|
||||
basepython=python3
|
||||
deps=isort
|
||||
deps=isort==4.3.15
|
||||
changedir={toxinidir}/examples
|
||||
commands=isort -ns __init__.py -o connexion -rc -c -df .
|
||||
|
||||
[testenv:isort-check-tests]
|
||||
basepython=python3
|
||||
deps=isort
|
||||
deps=isort==4.3.15
|
||||
changedir={toxinidir}/tests
|
||||
commands=isort -ns __init__.py -p connexion -rc -c -df .
|
||||
|
||||
Reference in New Issue
Block a user