mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
9d24236632
* 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
12 lines
221 B
Plaintext
12 lines
221 B
Plaintext
-r requirements.txt
|
|
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
|
|
pytest-pythonpath
|
|
pytest-mock
|