mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-14 16:34:46 +00:00
Add doc8 to linters
This commit is contained in:
parent
54ad972e56
commit
08fd403e34
1 changed files with 2 additions and 0 deletions
2
tox.ini
2
tox.ini
|
|
@ -65,9 +65,11 @@ use_develop = false
|
||||||
deps =
|
deps =
|
||||||
{[testenv:flake8]deps}
|
{[testenv:flake8]deps}
|
||||||
{[testenv:pylint]deps}
|
{[testenv:pylint]deps}
|
||||||
|
{[testenv:doc8]deps}
|
||||||
commands =
|
commands =
|
||||||
{[testenv:flake8]commands}
|
{[testenv:flake8]commands}
|
||||||
{[testenv:pylint]commands}
|
{[testenv:pylint]commands}
|
||||||
|
{[testenv:doc8]commands}
|
||||||
|
|
||||||
# Documentation
|
# Documentation
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue