From 067f0c06d69a6423393271ca54eba4ebd3bf3a7c Mon Sep 17 00:00:00 2001 From: butomo1989 Date: Mon, 27 Feb 2017 13:32:38 +0100 Subject: [PATCH] Deleted ignored rules --- setup.cfg | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 893bcbb..7d693e5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,9 +9,5 @@ xunit-file=xunit.xml cover-html=true cover-html-dir=coverage -[pep257] -inherit = false -ignore = D100,D101,D102,D103,D104,D203 - [flake8] max-line-length = 120