mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
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:
commit
4c56beb5fe
4
tox.ini
4
tox.ini
@ -28,10 +28,12 @@ commands=
|
|||||||
basepython = python3
|
basepython = python3
|
||||||
description =
|
description =
|
||||||
Run style checks.
|
Run style checks.
|
||||||
|
whitelist_externals =
|
||||||
|
flake8
|
||||||
extras =
|
extras =
|
||||||
lint
|
lint
|
||||||
commands =
|
commands =
|
||||||
flake8
|
flake8 {posargs}
|
||||||
|
|
||||||
[testenv:pylint]
|
[testenv:pylint]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
|
Loading…
Reference in New Issue
Block a user