From e2447406cc89c5a9c3e20f1faf4f5bb9fd2f55b7 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Sun, 29 May 2016 13:33:20 +0200 Subject: more style cleanup --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 571f826f..908dbe48 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,8 +1,8 @@ [flake8] -max-line-length = 130 +max-line-length = 140 max-complexity = 25 ignore = E251,C901 -exclude = mitmproxy/contrib/* +exclude = mitmproxy/contrib/*,test/mitmproxy/data/* [pytest] testpaths = test -- cgit v1.2.3