Remove basepython from [flake8] section
basepython is not a valid option for flake8 and it is complaned when running tox -e pep8. It seems to have been added accidentally. Change-Id: Ia5d093bab0c175b2693e7ae47a6bc29c1d44db36
This commit is contained in:
parent
d74b871f7f
commit
c2ac394a88
1
tox.ini
1
tox.ini
@ -68,7 +68,6 @@ deps = -r{toxinidir}/doc/requirements.txt
|
||||
commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||
|
||||
[flake8]
|
||||
basepython = python3
|
||||
show-source = true
|
||||
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools
|
||||
import-order-style = pep8
|
||||
|
Loading…
x
Reference in New Issue
Block a user