diff --git a/setup.cfg b/setup.cfg index ab2caca..d1b8a79 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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