horizon/horizon
Akihiro Motoki b06657b07d Fix gate failures by a new pycodestyle
pycodestyle 2.5.0 introduces E117 over-indented.
This commit fixes E117 errors.

pycodestyle 2.5.0 also drops pep8.py. As a result,
horizon/test/unit/hacking/test_checks.py starts to fail.
The equivalent elements are provided by pycodestyle.py,
so we can consume pycodestyle instead of pep8 module.

Change-Id: Ib103998f42ce7c901a10669b771a898783ca1a92
2019-01-30 17:02:20 +09:00
..
browsers Reproduce navigations on refreshing ngdetails view 2018-03-29 15:01:59 +09:00
conf Fix startdash and startpanel management commands 2018-10-29 04:02:16 +09:00
contrib Fix H405 (multi line docstring) warnings (horizon) 2017-06-09 16:04:57 +00:00
forms Fix gate failures by a new pycodestyle 2019-01-30 17:02:20 +09:00
hacking Eliminate mutable default arguments 2015-12-17 09:58:46 +00:00
locale Imported Translations from Zanata 2018-12-22 08:18:37 +00:00
management pylint: fix trailing-comma-tuple warning 2019-01-16 13:06:55 +09:00
middleware pylint: fix len-as-condition warning 2019-01-16 12:56:20 +09:00
static Merge "Fixed description in Metadata tab in Edit/Create Image dialog" 2019-01-10 21:44:13 +00:00
tables pylint: fix too-many-nested-blocks/redefined-argument-from-local 2019-01-17 00:41:20 +09:00
tabs pylint: fix unnecessary-pass warning 2019-01-16 13:10:16 +09:00
templates the name needs to be word wrap 2019-01-07 14:29:44 +08:00
templatetags pylint: fix some refactor recommendations 2019-01-17 00:44:19 +09:00
test Fix gate failures by a new pycodestyle 2019-01-30 17:02:20 +09:00
utils Fix gate failures by a new pycodestyle 2019-01-30 17:02:20 +09:00
workflows Merge "pylint: fix len-as-condition warning" 2019-01-16 14:25:39 +00:00
__init__.py Revert "Enable to refresh ngdetails view" 2017-08-02 18:31:22 +00:00
base.py pylint: fix len-as-condition warning 2019-01-16 12:56:20 +09:00
context_processors.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
decorators.py django2: is_authenticated/is_anonymous is now property only 2018-02-17 01:36:54 +09:00
exceptions.py pylint: Ignore existing misplaced-bare-raise error 2019-01-17 00:51:04 +09:00
karma.conf.js Move to '404' page when resource type or resource not found 2018-08-28 14:15:02 +09:00
loaders.py pylint: fix several coding convention violations 2019-01-17 00:05:27 +09:00
messages.py hacking: noqa cleanup in horizon 2017-03-17 19:38:47 +00:00
notifications.py pylint: fix simplifiable-if-statement/expression 2019-01-16 13:08:08 +09:00
site_urls.py Decorate Javascript i18n with a last_modified header 2019-01-06 17:20:45 +01:00
themes.py pylint: fix several coding convention violations 2019-01-17 00:05:27 +09:00
version.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
views.py flake8-import-order: Ensure to place project imports last 2017-09-20 01:19:38 +00:00