keystonemiddleware/keystonemiddleware/echo
Navid Pustchi ed931a00d8 Fix D204 PEP257 violation and enable D301 and D209
Currently tox ignores D204, D209 and D301:
D204: 1 blank line required after class docstring.
D209: Multi-line docstring closing quotes should be on a separate line.
D301: Use r""" if any backslashes in a docstring.

This change makes keystonemiddleware docstrings compliant with D204.
D209 and D301 is already passing, so this commit also enables them.

Change-Id: I11e02ef5af7fc793f1a2438e091bbfb18618a7f5
2016-05-06 16:36:15 +00:00
..
__init__.py Pull echo service out of auth_token. 2015-04-08 02:42:23 +00:00
__main__.py Remove bandit.yaml in favor of defaults 2016-03-09 09:45:47 -08:00
service.py Fix D204 PEP257 violation and enable D301 and D209 2016-05-06 16:36:15 +00:00