From 5ccb17622e0988a7cc21fe4559041b1b20a92771 Mon Sep 17 00:00:00 2001 From: I-Al-Istannen Date: Sun, 16 May 2021 13:01:41 +0200 Subject: [PATCH] Configure pycodestyle to use a max line length of 110 --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 18ff558..4297032 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,3 +14,6 @@ install_requires = [options.entry_points] console_scripts = pferd = PFERD.__main__:main + +[pycodestyle] +max-line-length = 110 \ No newline at end of file