summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Petrello <rpetrell@redhat.com>2017-09-18 16:43:16 +0200
committerRyan Petrello <rpetrell@redhat.com>2017-09-18 16:43:16 +0200
commitcfe1f1e8e4efcd0b0c7cf38c86df627cf22e6173 (patch)
tree7496b0c6091d10a832bf9755317c60ab5cb976fe
parentremove reference to legacy rax credentials (diff)
downloadawx-cfe1f1e8e4efcd0b0c7cf38c86df627cf22e6173.tar.xz
awx-cfe1f1e8e4efcd0b0c7cf38c86df627cf22e6173.zip
more legacy azure deprecation cleanup
-rwxr-xr-xsetup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 1ffaacf118..986c565660 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -14,7 +14,7 @@
# W391 - Blank line at end of file
# W293 - Blank line contains whitespace
ignore=E201,E203,E221,E225,E231,E241,E251,E261,E265,E303,E501,W291,W391,W293
-exclude=.tox,venv,awx/lib/site-packages,awx/plugins/inventory/ec2.py,awx/plugins/inventory/gce.py,awx/plugins/inventory/vmware.py,awx/plugins/inventory/windows_azure.py,awx/plugins/inventory/openstack.py,awx/ui,awx/api/urls.py,awx/main/migrations,awx/main/south_migrations,awx/main/tests/data,installer/openshift/settings.py
+exclude=.tox,venv,awx/lib/site-packages,awx/plugins/inventory/ec2.py,awx/plugins/inventory/gce.py,awx/plugins/inventory/vmware.py,awx/plugins/inventory/openstack.py,awx/ui,awx/api/urls.py,awx/main/migrations,awx/main/south_migrations,awx/main/tests/data,installer/openshift/settings.py
[flake8]
ignore=E201,E203,E221,E225,E231,E241,E251,E261,E265,E303,E501,W291,W391,W293,E731,F405