From 8eeab37a07a00a0c85067ed58885233e426067f7 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Sun, 29 May 2016 11:43:29 +0200 Subject: more style cleanup Use this to check: flake8 --count mitmproxy netlib pathod examples test --- setup.cfg | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index d51ddc14..571f826f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,11 +1,8 @@ [flake8] -max-line-length = 120 -max-complexity = 20 - -[pep8] -max-line-length = 120 -exclude = */contrib/* -ignore = E251 +max-line-length = 130 +max-complexity = 25 +ignore = E251,C901 +exclude = mitmproxy/contrib/* [pytest] testpaths = test -- cgit v1.2.3