1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 17:55:10 +03:00

pin pyflakes to allow flake8 to succeed

* flake8 monkeypatches pyflakes to add codes to linting results. It
would seem that pyflakes 1.1.0 adds more checks but flake8 doesn't
monkeypatch to expose them. I've submitted a PR to add error code 405 to
be able to express that we ignore it in our setup.cfg
 https://gitlab.com/pycqa/flake8/merge_requests/56
This commit is contained in:
Chris Meyers 2016-03-02 09:30:52 -05:00
parent 4fc7fea2b8
commit 9d24236632

View File

@ -3,6 +3,7 @@ django-debug-toolbar==1.4
unittest2
pep8
flake8
pyflakes==1.0.0 # Pinned until PR merges https://gitlab.com/pycqa/flake8/merge_requests/56
pytest
pytest-cov
pytest-django