From 41bb86c2da35019af710cbffbaefd5fc82c00f5e Mon Sep 17 00:00:00 2001 From: Per A Brodtkorb Date: Sat, 3 Jun 2017 19:14:28 +0200 Subject: [PATCH] Set pep8 max-line-length to 100 --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index a21d774..ca56a4c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -61,6 +61,9 @@ addopts = wafo/wave_theory/tests # wafo/stats/tests +[pep8] +max-line-length = 100 + [pytest] doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS # Options for py.test: