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:
Akihiro Motoki 2019-01-31 10:46:33 +09:00
parent d74b871f7f
commit c2ac394a88
1 changed files with 0 additions and 1 deletions

View File

@ -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