summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorRyan Petrello <rpetrell@redhat.com>2021-03-19 17:44:51 +0100
committerRyan Petrello <rpetrell@redhat.com>2021-03-23 14:39:58 +0100
commitc2ef0a65002b4c945fedfefc121dbc0a0390894f (patch)
tree52ab6712c9673f16b3f6aa5213f565b0e4008863 /setup.cfg
parentMerge pull request #9655 from ansible/jakemcdermott-patch-changelog (diff)
downloadawx-c2ef0a65002b4c945fedfefc121dbc0a0390894f.tar.xz
awx-c2ef0a65002b4c945fedfefc121dbc0a0390894f.zip
move code linting to a stricter pep8-esque auto-formatting tool, black
Diffstat (limited to 'setup.cfg')
-rwxr-xr-xsetup.cfg21
1 files changed, 0 insertions, 21 deletions
diff --git a/setup.cfg b/setup.cfg
deleted file mode 100755
index c48afe266e..0000000000
--- a/setup.cfg
+++ /dev/null
@@ -1,21 +0,0 @@
-[pep8]
-# E201 - Whitespace after '('
-# E203 - Whitespace before ":"
-# E221 - Multiple spaces after operator
-# E225 - Missing whitespace around operator
-# E231 - Missing whitespace after ','
-# E241 - Multiple spaces after ','
-# E251 - Unexpected spaces around keyword / parameter equals
-# E261 - At least two spaces before inline comment
-# E302 - Expected 2 blank lines found 0
-# E303 - Too many blank lines
-# 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,E303,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/openstack.py,awx/ui,awx/api/urls.py,awx/main/migrations,awx/main/tests/data,installer/openshift/settings.py,tools/docker-compose/ansible/roles/sources/files/local_settings.py,tools/ansible/roles/dockerfile/files/settings.py
-
-[flake8]
-max-line-length=160
-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/,awxkit/test,awx_collection/,tools/docker-compose/ansible/roles/sources/files/local_settings.py,tools/ansible/roles/dockerfile/files/settings.py