From 2875596a1e3844da41ff72541bdce1429323c589 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 1 May 2016 17:48:58 +0200 Subject: [PATCH] tox: Update flake8-docstrings to 0.2.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Respect pep257’s default ignore list - Handle AllError and other exceptions from pep257 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4d3fed69e..2e8e2876c 100644 --- a/tox.ini +++ b/tox.ini @@ -157,7 +157,7 @@ deps = flake8-deprecated==1.0 flake8-mock==0.2 flake8-pep3101==0.3 - flake8-docstrings==0.2.5 + flake8-docstrings==0.2.6 flake8-tuple==0.2.9 flake8-tidy-imports==1.0.0 flake8-future-import==0.3.2