setup.cfg: exclude another pep8 test
This commit is contained in:
parent
56bddb83b6
commit
b49772f1ec
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user