From e9471bdf4cb96816ff551cde6b6fdc1e9cb00d3e Mon Sep 17 00:00:00 2001 From: Navid Pustchi Date: Mon, 2 May 2016 16:46:38 +0000 Subject: Fixing D208 PEP257 violation. Currently tox ignores D208. D208: Docstring is over-indented. This change removes D208 ignore and fix violations. Change-Id: Ifec21c7602468b2a60727b64d27e7f14d765638c --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 58ffe46..16d7a5f 100644 --- a/tox.ini +++ b/tox.ini @@ -52,8 +52,7 @@ passenv = OS_* # D204: 1 blank required after class docstring # D205: Blank line required between one-line summary and description. # D207: Docstring is under-indented -# D208: Docstring is over-indented -ignore = D100,D101,D102,D103,D104,D105,D200,D202,D203,D204,D205,D207,D208 +ignore = D100,D101,D102,D103,D104,D105,D200,D202,D203,D204,D205,D207 show-source = True exclude = .venv,.tox,dist,doc,*egg,build,*openstack/common* -- cgit v1.2.1