From 946e928b5285a4994c4ef365b43295bdd90c9961 Mon Sep 17 00:00:00 2001 From: Navid Pustchi Date: Sat, 23 Apr 2016 03:19:58 +0000 Subject: Fix D401 PEP257 violation. Currently tox ignores D401. 401: First line should be in imperative mood. This change removes it and make keystoneclient docstrings compliant with it. Change-Id: If34ff12d18390b357342cf29f2d116dd3c86a44d --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index edc2ca0..11e80b7 100644 --- a/tox.ini +++ b/tox.ini @@ -56,8 +56,7 @@ passenv = OS_* # D211: No blank lines allowed before class docstring # D301: Use r”“” if any backslashes in a docstring # D400: First line should end with a period. -# D401: First line should be in imperative mood. -ignore = D100,D101,D102,D103,D104,D105,D200,D202,D203,D204,D205,D207,D208,D211,D301,D400,D401 +ignore = D100,D101,D102,D103,D104,D105,D200,D202,D203,D204,D205,D207,D208,D211,D301,D400 show-source = True exclude = .venv,.tox,dist,doc,*egg,build,*openstack/common* -- cgit v1.2.1