From 4ff339c62010dbf60549ea690356cb3c90dbd80c Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sat, 27 Sep 2014 14:00:24 +0200 Subject: [PATCH] unittest forces us to break naming conventions, so ignore errors for them --- src/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.cfg b/src/setup.cfg index d9c39f6606..1133be9d21 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -1,5 +1,5 @@ [flake8] -ignore = E128 +ignore = E128,N802 max-line-length = 160 exclude = tests,migrations,.ropeproject,static max-complexity = 16