Skip to content

Commit

Permalink
ignore some more pep8 checker errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Feb 8, 2015
1 parent 19f0d76 commit 7c273dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ 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
*.py E402 # we do not care about module level imports being at top of file
*.py E731 # we do assign lambda expressions if we like
docs/conf.py ALL # sphinx stuff, automatically generated, don't check this
migrations/*.py ALL # autogenerated by Django

0 comments on commit 7c273dc

Please sign in to comment.