flake8 requirements: Filter to flake8 < 3.0

This commit is contained in:
Florian Bruhin 2016-07-25 16:38:51 +02:00
parent 9f45a27a2a
commit 3efb41f743
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
flake8==2.6.2
flake8==3.0.0 # rq.filter: < 3.0.0
flake8-copyright==0.2.0
flake8-debugger==1.4.0
flake8-deprecated==1.0

View File

@ -18,3 +18,6 @@ pyflakes
pep8==1.7.0
#@ comment: pep257 still needed by flake8-docstrings but ignored
# Waiting until hacking/flake8-tuple are updated
#@ filter: flake8 < 3.0.0