diff --git a/setup.cfg b/setup.cfg index 4297032..288cd3c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,4 +16,7 @@ console_scripts = pferd = PFERD.__main__:main [pycodestyle] +max-line-length = 110 + +[pylint.FORMAT] max-line-length = 110 \ No newline at end of file