keystonemiddleware/keystonemiddleware/auth_token
Navid Pustchi 92983b1da8 Fix D401 PEP257 violation and enable H403
Currently tox ignores D401 and H403:
401: First line should be in imperative mood.
403: multi line docstrings should end on a new line

This change makes keystonemiddleware docstrings compliant with D401.
H403 is already passing, so this commit also enables it.

Change-Id: I9471721220c99f9c4ed055840ed626bb7750eb3f
2016-05-05 15:52:26 +00:00
..
__init__.py Fix D401 PEP257 violation and enable H403 2016-05-05 15:52:26 +00:00
_auth.py update deprecation message to indicate when deprecations were made 2016-02-12 00:29:55 -05:00
_base.py Break default auth plugin into file 2015-02-26 10:01:15 +11:00
_cache.py Deprecate in-process cache 2016-01-22 11:01:41 -06:00
_exceptions.py Separate exceptions into their own file 2015-02-23 14:20:29 +11:00
_identity.py Use keystoneauth 2015-11-23 12:03:00 +11:00
_memcache_crypt.py Fix D401 PEP257 violation and enable H403 2016-05-05 15:52:26 +00:00
_memcache_pool.py Handle memcache pool arguments collectively 2015-09-01 13:45:31 +10:00
_opts.py Split oslo_config and list all opts 2016-02-11 13:00:28 +11:00
_request.py Remove bandit.yaml in favor of defaults 2016-03-09 09:45:47 -08:00
_revocations.py auth_token verify revocation by audit_id 2015-12-17 10:55:58 -06:00
_signing_dir.py Create signing_dir upon first usage 2016-04-11 11:12:06 -07:00
_user_plugin.py Fix D401 PEP257 violation and enable H403 2016-05-05 15:52:26 +00:00