mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 10:46:54 +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 =
|
||||
{[testenv:flake8]deps}
|
||||
{[testenv:pylint]deps}
|
||||
{[testenv:doc8]deps}
|
||||
commands =
|
||||
{[testenv:flake8]commands}
|
||||
{[testenv:pylint]commands}
|
||||
{[testenv:doc8]commands}
|
||||
|
||||
# Documentation
|
||||
[testenv:docs]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue