horizon/openstack_dashboard/dashboards/identity/identity_providers
Akihiro Motoki cebe212d00 Bump hacking to 1.1.0
Fix the following new errors:
* E305 expected 2 blank lines after class or function definition, found 1
* E126 continuation line over-indented for hanging indent

max_line_length is set to 80 as the default value in pycodestyle is 79
but horizon uses 80 as max_line_length.

Ignore W504 and F405 by configurations.
Reasons of disabling them are explained as comments in tox.ini.

Change-Id: Iee8bcd60c30883fc8c74f08cf20af853cbb5e271
2018-11-10 16:44:25 +09:00
..
protocols Convert identity.identity_providers tests into mock 2018-04-25 13:51:34 +09:00
templates/identity_providers Add default common template to python table views 2017-01-05 08:59:35 +00:00
__init__.py Add support for identity provider management 2016-01-21 18:40:13 -08:00
forms.py Add support for identity provider management 2016-01-21 18:40:13 -08:00
panel.py Add support for identity provider management 2016-01-21 18:40:13 -08:00
tables.py Add support for identity provider protocol CRUD 2016-02-16 16:04:48 -08:00
tabs.py Fix alignment issues for nav-tabs and ul on details panels 2017-01-18 11:40:14 -08:00
tests.py Convert identity.identity_providers tests into mock 2018-04-25 13:51:34 +09:00
urls.py Bump hacking to 1.1.0 2018-11-10 16:44:25 +09:00
views.py django2: Replace django.core.urlresolves with django.urls 2018-02-17 01:36:48 +09:00