From 9e9d1b7c13215b579816c026265acd000f1de022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 16 Aug 2018 17:24:13 +0200 Subject: [PATCH] Updated setup.cfg The `pep8` command was complaining that `pycodestyle` is the new `pep8` when it comes to config section names. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 68859ad..6224f31 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,2 @@ -[pep8] +[pycodestyle] max-line-length = 120