keystoneauth/keystoneauth1/exceptions
Navid Pustchi 21d5ba92e0 Fix H405, D105, D200, and D203 PEP257
Curently tox ignores H405, D105, D200, and D203.
H405: multi line docstring summary not separated with an empty line.
D105: Missing docstring in magic method.
D200: One-line docstring should fit on one line with quotes.
D203: 1 blank required before class docstring.
This patch removes tox ignores and fix docstrings.

Change-Id: Ia3ac9796630e24ce04dc9f38a8d944334d6978d2
2016-04-19 21:05:19 +00:00
..
__init__.py Move to the keystoneauth1 namespace 2015-06-25 16:48:54 -07:00
auth.py Use human readable exception messages 2015-08-13 11:24:33 -06:00
auth_plugins.py Address hacking check H405 2015-11-18 21:18:37 -08:00
base.py Fixing D204, D205, D208, and D211 pep8 2016-04-19 08:30:55 +00:00
catalog.py Make __all__ immutable 2015-10-01 18:21:31 +00:00
connection.py Fixing D204, D205, D208, and D211 pep8 2016-04-19 08:30:55 +00:00
discovery.py Make __all__ immutable 2015-10-01 18:21:31 +00:00
http.py Fix H405, D105, D200, and D203 PEP257 2016-04-19 21:05:19 +00:00
response.py Make __all__ immutable 2015-10-01 18:21:31 +00:00
service_providers.py Fix H405, D105, D200, and D203 PEP257 2016-04-19 21:05:19 +00:00