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