Set max line length for pylint

This commit is contained in:
I-Al-Istannen 2021-05-16 13:17:01 +02:00
parent 5ccb17622e
commit cd5aa61834

View File

@ -16,4 +16,7 @@ console_scripts =
pferd = PFERD.__main__:main
[pycodestyle]
max-line-length = 110
[pylint.FORMAT]
max-line-length = 110