setup.cfg: exclude another pep8 test

This commit is contained in:
Thomas Waldmann 2014-08-27 17:27:45 +02:00
parent 56bddb83b6
commit b49772f1ec

View File

@ -29,6 +29,7 @@ minversion = 2.3
pep8ignore = pep8ignore =
*.py E124 # closing bracket does not match visual indentation (behaves strange!?) *.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 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 docs/conf.py ALL # sphinx stuff, automatically generated, don't check this
migrations/*.py ALL # autogenerated by South migrations/*.py ALL # autogenerated by South