From dbacfd7f68fc4f368788ddc359b7cb479c121795 Mon Sep 17 00:00:00 2001 From: Per A Brodtkorb Date: Sat, 3 Jun 2017 19:35:47 +0200 Subject: [PATCH] Fixed pep8 max_line_length --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ca56a4c..c32c0f2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -62,7 +62,7 @@ addopts = # wafo/stats/tests [pep8] -max-line-length = 100 +max_line_length = 100 [pytest] doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS