diff options
author | Matthew Jones <matburt@redhat.com> | 2018-03-06 20:45:56 +0100 |
---|---|---|
committer | Matthew Jones <matburt@redhat.com> | 2018-03-06 20:47:09 +0100 |
commit | d19ef60d97104fd80ffae62e9a05a6d7c29db413 (patch) | |
tree | 0c4524d2fdd1ac62f39a6869f9a39f594b869b29 /setup.cfg | |
parent | Merge pull request #1445 from AlanCoding/platform (diff) | |
download | awx-d19ef60d97104fd80ffae62e9a05a6d7c29db413.tar.xz awx-d19ef60d97104fd80ffae62e9a05a6d7c29db413.zip |
Remove old south migrations from before a previous django upgrade
Diffstat (limited to 'setup.cfg')
-rwxr-xr-x | setup.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,9 +13,9 @@ # 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/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/tests/data,installer/openshift/settings.py [flake8] max-line-length=160 ignore=E201,E203,E221,E225,E231,E241,E251,E261,E265,E303,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,installer/openshift/settings.py,build/,installer/ +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/ |