Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2019-08-12 14:33:10 +0200
committerArthur de Jong <arthur@arthurdejong.org>2019-08-12 14:33:10 +0200
commitddf3ab1240a560ce30ff9f55a6fbb58c4ed39620 (patch)
tree25718847ddc7e2e8ae8383f6fda158e2d9a4fad6
parent86dccc4119839790d9a11ddb7b0c20843fee582e (diff)
Drop pinning of pydocstyle now flake8-docstrings has been fixed
Reverts e5ec0a1
-rw-r--r--tox.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index bb19c74..68be6ce 100644
--- a/tox.ini
+++ b/tox.ini
@@ -32,9 +32,6 @@ deps = flake8
flake8-tidy-imports
flake8-tuple
pep8-naming
- # Keep the following until this is fixed:
- # https://gitlab.com/pycqa/flake8-docstrings/issues/36
- pydocstyle<4
commands = flake8 pskc
[testenv:docs]