bump pyflakes version

This commit is contained in:
Chris Meyers 2016-09-12 12:45:01 -04:00
parent 1bf0cf20be
commit 0dfe3b197a
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ ipython
unittest2
pep8
flake8
pyflakes==1.0.0 # Pinned until PR merges https://gitlab.com/pycqa/flake8/merge_requests/56
pyflakes
pytest==2.9.2
pytest-cov
pytest-django

View File

@ -1,6 +1,6 @@
ansible==1.9.4
coverage
pyflakes==1.0.0 # Pinned until PR merges https://gitlab.com/pycqa/flake8/merge_requests/56
pyflakes
pep8
pylint
flake8