Horizon UI support for Neutron VPNaaS
Go to file
Akihiro Motoki 55337ba80a Use flake8-import-order plugin
In reviews we usually check import grouping but it is boring.
By using flake8-import-order plugin, we can avoid this.
It enforces loose checking so it sounds good to use it.
This flake8 plugin is already used in tempest.

Note that flake8-import-order version is pinned to avoid unexpected
breakage of pep8 job.

Setup for unit tests of hacking rules is tweaked to disable
flake8-import-order checks. This extension assumes an actual file exists
and causes hacking rule unit tests.

application-import-names needs to be specified in tox.ini
to ensure application imports are placed after third-party imports.

Change-Id: If2067b950737ae7ebc65b2311955754be795758f
2017-08-29 06:52:55 +00:00
devstack Update URLs in documents according to document migration 2017-08-11 00:31:15 +09:00
doc/source Update openstackdocstheme configuration 2017-06-28 15:26:03 +00:00
neutron_vpnaas_dashboard Use flake8-import-order plugin 2017-08-29 06:52:55 +00:00
releasenotes Add support for Endpoint Group 2017-08-21 02:55:07 +00:00
tools tox_install: Don't leave IFS set 2017-08-03 03:29:25 +00:00
.gitignore Cleanup test env 2017-05-20 23:07:40 +00:00
.gitreview Add .gitreview 2017-06-20 20:56:08 +09:00
CONTRIBUTING.rst Update URLs in documents according to document migration 2017-08-11 00:31:15 +09:00
HACKING.rst Update URLs in documents according to document migration 2017-08-11 00:31:15 +09:00
LICENSE Initial commit 2017-05-20 08:39:06 +09:00
README.rst Update URLs in documents according to document migration 2017-08-11 00:31:15 +09:00
babel-django.cfg Setup test environment 2017-05-20 11:30:02 +09:00
babel-djangojs.cfg Setup test environment 2017-05-20 11:30:02 +09:00
manage.py Setup test environment 2017-05-20 11:30:02 +09:00
requirements.txt Updated from global requirements 2017-07-27 19:14:47 +00:00
setup.cfg Update URLs in documents according to document migration 2017-08-11 00:31:15 +09:00
setup.py Initial commit 2017-05-20 08:39:06 +09:00
test-requirements.txt Use flake8-import-order plugin 2017-08-29 06:52:55 +00:00
tox.ini Use flake8-import-order plugin 2017-08-29 06:52:55 +00:00