mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
7064c9bed4
The flake8 command was identifying several warnings and errors. This change addresses the flake8 warnings and updates the setup.cfg with additional exclusions. If accepted, jenkins will be updated to use the flake8 command, rather than using the django_jenkins plugin. This will expedite jenkins testing.
2 lines
41 B
Python
2 lines
41 B
Python
from awx.wsgi import application # NOQA
|