mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 04:17:36 -02:30
Additional flake8 cleanup
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.
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
# Development settings for AWX project, but with DEBUG disabled
|
||||
|
||||
# Load development settings.
|
||||
from defaults import *
|
||||
from defaults import * # NOQA
|
||||
|
||||
# Load development settings.
|
||||
from development import *
|
||||
from development import * # NOQA
|
||||
|
||||
# Disable capturing DEBUG
|
||||
DEBUG = False
|
||||
|
||||
Reference in New Issue
Block a user