From b49772f1ec7db99d08b6c16e88598abe84dce3c1 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Wed, 27 Aug 2014 17:27:45 +0200 Subject: [PATCH] setup.cfg: exclude another pep8 test --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 56ad1dd..12f853b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,6 +29,7 @@ minversion = 2.3 pep8ignore = *.py E124 # closing bracket does not match visual indentation (behaves strange!?) *.py E125 # continuation line does not distinguish itself from next logical line (difficult to avoid!) + *.py E129 # visually indented line with same indent as next logical line docs/conf.py ALL # sphinx stuff, automatically generated, don't check this migrations/*.py ALL # autogenerated by South