diff options
author | Ryan Petrello <rpetrell@redhat.com> | 2018-10-24 14:49:35 +0200 |
---|---|---|
committer | Ryan Petrello <rpetrell@redhat.com> | 2018-10-24 16:11:53 +0200 |
commit | c695ba2e101ef82b345bf93cc48c1a326826b693 (patch) | |
tree | a9031f037bfaf06ebd516a3a35552e090d0473ed /setup.cfg | |
parent | Merge pull request #2514 from farcaller/patch-1 (diff) | |
download | awx-c695ba2e101ef82b345bf93cc48c1a326826b693.tar.xz awx-c695ba2e101ef82b345bf93cc48c1a326826b693.zip |
fix flake8
Diffstat (limited to 'setup.cfg')
-rwxr-xr-x | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 +ignore=E201,E203,E221,E225,E231,E241,E251,E261,E265,E303,W291,W391,W293,E731,F405,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/ |