flake8 reqs: Update flake8-future-import tp 0.4.3
- Restore old option name behaviour that an option like min-version in the tox.ini is recognized.
This commit is contained in:
parent
bd506b186b
commit
596a3841dd
@ -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 # rq.filter: != 0.4.2
|
||||
flake8-future-import==0.4.3
|
||||
flake8-mock==0.2
|
||||
flake8-pep3101==0.3
|
||||
flake8-putty==0.3.2
|
||||
|
@ -4,7 +4,7 @@ flake8-copyright
|
||||
flake8-debugger
|
||||
flake8-deprecated
|
||||
flake8-docstrings
|
||||
flake8-future-import!=0.4.2
|
||||
flake8-future-import
|
||||
flake8-mock
|
||||
flake8-pep3101
|
||||
flake8-putty
|
||||
@ -19,4 +19,3 @@ pyflakes
|
||||
pep8==1.7.0
|
||||
|
||||
#@ comment: pep257 still needed by flake8-docstrings but ignored
|
||||
#@ filter: flake8-future-import != 0.4.2
|
||||
|
Loading…
Reference in New Issue
Block a user