python-cinderclient/cinderclient/apiclient
Sean McGinnis 82f0ceb724 Add flake8-import-order extension
This adds the import order extension to match what we have in the cinder
repo. This is a linting extension that will check that imports are in
the correct order and the correct grouping so they automatically get
flagged, and it won't be whether reviewers notice and decide to do
anything or not.

Cinder change was Ic13ba238a4a45c6219f4de131cfe0366219d722f for a little
more wordy reasoning.

Also includes updates for noqa tags. Newer version of the linters appear
to want these on the function definition line, not on the decorator
line.

Change-Id: Ibf3f3afbf3bb6ec6613b35f91d4a353c6a391f41
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2021-03-10 15:04:27 -05:00
..
__init__.py Move old oslo-incubator code out of openstack/common 2016-11-03 18:29:31 +05:30
base.py Add flake8-import-order extension 2021-03-10 15:04:27 -05:00
exceptions.py Replace six.iteritems(iter) with iter.items() 2016-12-01 20:24:29 +08:00