add notice that we could add flake8-docstrings once

This commit is contained in:
Patrick Kanzler 2017-01-30 02:44:26 +01:00
parent 337e8ee19e
commit fc5ad1673c
No known key found for this signature in database
GPG Key ID: F07F07153306FCEF
1 changed files with 1 additions and 0 deletions

View File

@ -23,5 +23,6 @@ commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
[testenv:flake8]
basepython = python
# TODO add flake8-future
# TODO add flake8-docstrings
deps = flake8
commands = flake8