From 2c423eded1f210b5d34fcd1933e71396698624f0 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Mon, 15 Jun 2015 12:03:33 +0200 Subject: [PATCH] fix pep8 config --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index bc980d562..4207020ed 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,6 +4,5 @@ max-complexity = 15 [pep8] max-line-length = 80 -max-complexity = 15 exclude = */contrib/* ignore = E251,E309