From fc5ad1673ce15c9cae0b9b396577cb9c681c8aa5 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Mon, 30 Jan 2017 02:44:26 +0100 Subject: [PATCH] add notice that we could add flake8-docstrings once --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 5dc5d64..d51853c 100644 --- a/tox.ini +++ b/tox.ini @@ -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