mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 02:17:37 -02:30
Update pep8 path exclusions
This commit is contained in:
2
Makefile
2
Makefile
@@ -148,7 +148,7 @@ socketservice:
|
|||||||
$(PYTHON) manage.py run_socketio_service
|
$(PYTHON) manage.py run_socketio_service
|
||||||
|
|
||||||
pep8:
|
pep8:
|
||||||
pep8 -r --ignore=E501,E221,W291,W391,E302,E251,E203,W293,E231,E303,E201,E225,E261,E241 awx/
|
pep8 -r --ignore=E501,E221,W291,W391,E302,E251,E203,W293,E231,E303,E201,E225,E261,E241 --exclude awx/lib/site-packages awx/
|
||||||
|
|
||||||
pyflakes:
|
pyflakes:
|
||||||
pyflakes awx/
|
pyflakes awx/
|
||||||
|
|||||||
Reference in New Issue
Block a user