From 5a9f29404d0a6bb2d9cc2fbe9581ae72126522b9 Mon Sep 17 00:00:00 2001 From: Alessandro Amici Date: Tue, 15 May 2018 20:43:25 +0200 Subject: Change logging API (shortens long lines). --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index f80683d..64fb455 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,7 @@ norecursedirs = dist .tox .eggs -pep8maxlinelength = 99 +pep8maxlinelength = 109 mccabe-complexity = 10 [coverage:run] -- cgit v1.2.3