From 47e50bc6f6b0988f48ff38977e2c823c27e5e9ad Mon Sep 17 00:00:00 2001 From: Per A Brodtkorb Date: Sat, 3 Jun 2017 19:48:57 +0200 Subject: [PATCH] Fixed pep8 max line length again.. --- setup.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index c32c0f2..18bc4c7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -61,9 +61,6 @@ addopts = wafo/wave_theory/tests # wafo/stats/tests -[pep8] -max_line_length = 100 - [pytest] doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS # Options for py.test: @@ -89,6 +86,7 @@ pep8ignore = tests/*.py ALL MSO.py ALL MSPPT.py ALL +pep8maxlinelength = 100 [aliases] docs = build_sphinx