summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorAaron Tan <jangsutsr@gmail.com>2016-11-15 23:31:21 +0100
committerAaron Tan <jangsutsr@gmail.com>2016-11-15 23:31:21 +0100
commit7dddae12541166a46948dedcb0fd05d9fa283020 (patch)
tree714e4a817ec6e7871d52ff146f5aa4277487a372 /setup.cfg
parentMerge pull request #4031 from jangsutsr/4023_fix_flake8_E305 (diff)
downloadawx-7dddae12541166a46948dedcb0fd05d9fa283020.tar.xz
awx-7dddae12541166a46948dedcb0fd05d9fa283020.zip
Resume flake8 E302.
Diffstat (limited to 'setup.cfg')
-rwxr-xr-xsetup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 1e0053eae4..0f68cddb0a 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -13,9 +13,9 @@
# W291 - Trailing whitespace
# W391 - Blank line at end of file
# W293 - Blank line contains whitespace
-ignore=E201,E203,E221,E225,E231,E241,E251,E261,E265,E302,E303,E501,W291,W391,W293
+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
[flake8]
-ignore=E201,E203,E221,E225,E231,E241,E251,E261,E265,E302,E303,E501,W291,W391,W293,E731,F405
+ignore=E201,E203,E221,E225,E231,E241,E251,E261,E265,E303,E501,W291,W391,W293,E731,F405
exclude=.tox,venv,awx/lib/site-packages,awx/plugins/inventory,awx/ui,awx/api/urls.py,awx/main/migrations,awx/main/south_migrations,awx/main/tests/data,node_modules/,awx/projects/,tools/docker,awx/settings/local_*.py