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