Configure pycodestyle to use a max line length of 110

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

View File

@ -14,3 +14,6 @@ install_requires =
[options.entry_points]
console_scripts =
pferd = PFERD.__main__:main
[pycodestyle]
max-line-length = 110