Merge pull request #7129 from westurner/tox_cfg

BLD: tox.ini: flake8: add whitelist_externals for latest tox instead of adding dep, pass posargs through
This commit is contained in:
Takeshi KOMIYA 2020-02-12 00:50:06 +09:00 committed by GitHub
commit 4c56beb5fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,10 +28,12 @@ commands=
basepython = python3
description =
Run style checks.
whitelist_externals =
flake8
extras =
lint
commands =
flake8
flake8 {posargs}
[testenv:pylint]
basepython = python3