summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorRyan Petrello <rpetrell@redhat.com>2019-02-13 17:25:54 +0100
committerRyan Petrello <rpetrell@redhat.com>2019-02-13 23:10:33 +0100
commit9bebf3217e365ab4bc3964aa8fca06a448420b6d (patch)
tree796d1eb717cef22a6b23ea5b10cb9d91fb6cdeeb /setup.cfg
parentMerge pull request #3212 from AlanCoding/model_star_imports (diff)
downloadawx-9bebf3217e365ab4bc3964aa8fca06a448420b6d.tar.xz
awx-9bebf3217e365ab4bc3964aa8fca06a448420b6d.zip
remove usage of import * and enforce F405 in our linter
import * is a scourge upon the earth
Diffstat (limited to 'setup.cfg')
-rwxr-xr-xsetup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index b56c833a41..cb208fc8b8 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -17,5 +17,5 @@ exclude=.tox,venv,awx/lib/site-packages,awx/plugins/inventory/ec2.py,awx/plugins
[flake8]
max-line-length=160
-ignore=E201,E203,E221,E225,E231,E241,E251,E261,E265,E303,W291,W391,W293,E731,F405,W504
+ignore=E201,E203,E221,E225,E231,E241,E251,E261,E265,E303,W291,W391,W293,E731,W504
exclude=.tox,venv,awx/lib/site-packages,awx/plugins/inventory,awx/ui,awx/api/urls.py,awx/main/migrations,awx/main/tests/data,node_modules/,awx/projects/,tools/docker,awx/settings/local_*.py,installer/openshift/settings.py,build/,installer/