From eff77e2bc2ab2c061e7b71398e1e5e25d44721d2 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Thu, 16 Jun 2016 06:35:51 -0500 Subject: [PATCH] Set a lower-limit on flake8-docstrings flake8-docstrings is broken on 0.2.6 with flake8 2.6.0, 0.2.7 was released today which fixes the problem. Let's avoid that version if at all possible. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0bc1795..9ba3f2c 100644 --- a/tox.ini +++ b/tox.ini @@ -21,7 +21,7 @@ skip_install = true use_develop = false deps = flake8 - flake8-docstrings + flake8-docstrings>=0.2.7 flake8-import-order commands = flake8