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
This commit is contained in:
parent
d2be8a28ca
commit
16f071c778
3
tox.ini
3
tox.ini
@ -152,8 +152,7 @@ deps =
|
|||||||
flake8-copyright==0.1
|
flake8-copyright==0.1
|
||||||
mccabe==0.4.0
|
mccabe==0.4.0
|
||||||
pep8==1.7.0
|
pep8==1.7.0
|
||||||
# https://bugs.launchpad.net/pyflakes/+bug/1578051
|
pyflakes==1.2.1
|
||||||
pyflakes==1.1.0 # rq.filter: != 1.2.0
|
|
||||||
flake8-string-format==0.2.1
|
flake8-string-format==0.2.1
|
||||||
flake8-deprecated==1.0
|
flake8-deprecated==1.0
|
||||||
flake8-mock==0.2
|
flake8-mock==0.2
|
||||||
|
Loading…
Reference in New Issue
Block a user