From 50464140f47d4c38ec4da2529b41cf1a01f227d0 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sat, 4 Oct 2014 22:32:13 +0200 Subject: [PATCH] Include tests in flake8 configurations --- src/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.cfg b/src/setup.cfg index 1133be9d21..1cba0ef5c1 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -1,5 +1,5 @@ [flake8] ignore = E128,N802 max-line-length = 160 -exclude = tests,migrations,.ropeproject,static +exclude = migrations,.ropeproject,static max-complexity = 16