summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAlessandro Amici <a.amici@bopen.eu>2018-05-15 20:43:25 +0200
committerAlessandro Amici <a.amici@bopen.eu>2018-05-15 20:43:25 +0200
commit5a9f29404d0a6bb2d9cc2fbe9581ae72126522b9 (patch)
tree1cc19039892cadd16c99a5d20cbd3934f1d0dca9 /setup.cfg
parente43681cc31c1b2aa0b11941d8d447488e62fa3c5 (diff)
Change logging API (shortens long lines).
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
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]