From 7c273dc87013bdad9a99c0acebd17fa355fac0df Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 8 Feb 2015 19:45:01 +0100 Subject: [PATCH] ignore some more pep8 checker errors --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) 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