flake8 reqs: Blacklist flake8-future-import 0.4.2

0.4.2 ignores config options for flake8 2.6.2:
https://github.com/xZise/flake8-future-import/issues/8#issuecomment-229921673
This commit is contained in:
Florian Bruhin 2016-07-01 13:18:39 +02:00
parent aa7282819e
commit 1c2aca5e82
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@ flake8-copyright==0.2.0
flake8-debugger==1.4.0
flake8-deprecated==1.0
flake8-docstrings==0.2.8
flake8-future-import==0.4.1
flake8-future-import==0.4.1 # rq.filter: != 0.4.2
flake8-mock==0.2
flake8-pep3101==0.3
flake8-putty==0.3.2

View File

@ -4,7 +4,7 @@ flake8-copyright
flake8-debugger
flake8-deprecated
flake8-docstrings
flake8-future-import
flake8-future-import!=0.4.2
flake8-mock
flake8-pep3101
flake8-putty
@ -19,3 +19,4 @@ pyflakes
pep8==1.7.0
#@ comment: pep257 still needed by flake8-docstrings but ignored
#@ filter: flake8-future-import != 0.4.2