From 16f071c77814ad7c0d1e65d1589eaa51fa5acbc0 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 6 May 2016 16:24:58 +0200 Subject: [PATCH] tox: Update pyflakes to 1.2.1 1.2.1 (2015-05-05): - Fix false RedefinedWhileUnused for submodule imports 1.2.0 (2016-05-03): - Warn against reusing exception names after the except: block on Python 3 - Improve the error messages for imports --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 10b7f0ffc..28321a6df 100644 --- a/tox.ini +++ b/tox.ini @@ -152,8 +152,7 @@ deps = flake8-copyright==0.1 mccabe==0.4.0 pep8==1.7.0 - # https://bugs.launchpad.net/pyflakes/+bug/1578051 - pyflakes==1.1.0 # rq.filter: != 1.2.0 + pyflakes==1.2.1 flake8-string-format==0.2.1 flake8-deprecated==1.0 flake8-mock==0.2