diff options
| author | Akihiro Motoki <amotoki@gmail.com> | 2017-08-22 21:38:07 +0000 |
|---|---|---|
| committer | Akihiro Motoki <amotoki@gmail.com> | 2017-08-22 21:38:07 +0000 |
| commit | ff85c627078ec8d4770ba875ad35f5e63facb173 (patch) | |
| tree | e302ea3093605d6f73da8cb9791c4c78437f295f /tox.ini | |
| parent | 5cc4d5b5307c44b71f00d44985b98e54366f8397 (diff) | |
| download | python-openstackclient-ff85c627078ec8d4770ba875ad35f5e63facb173.tar.gz | |
flake8-import-order: Ensure to place project imports last
To ensure project imports are placed after third party import,
we need to specify application-import-names.
Previously flake8-import-check checked only standard imports or not.
Change-Id: Iad7afa456cec7cf5b44955f1ea03c593a4c0e426
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -92,3 +92,4 @@ exclude = .git,.tox,dist,doc,*lib/python*,*egg,build,tools # Doc: http://flake8.readthedocs.org/en/latest/config.html#default ignore = __ import-order-style = pep8 +application_import_names = openstackclient |
