add notice that we could add flake8-docstrings once
This commit is contained in:
parent
337e8ee19e
commit
fc5ad1673c
1
tox.ini
1
tox.ini
|
@ -23,5 +23,6 @@ commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
|
||||||
[testenv:flake8]
|
[testenv:flake8]
|
||||||
basepython = python
|
basepython = python
|
||||||
# TODO add flake8-future
|
# TODO add flake8-future
|
||||||
|
# TODO add flake8-docstrings
|
||||||
deps = flake8
|
deps = flake8
|
||||||
commands = flake8
|
commands = flake8
|
||||||
|
|
Loading…
Reference in New Issue