mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
Configure pycodestyle to use a max line length of 110
This commit is contained in:
parent
1c226c31aa
commit
5ccb17622e
1 changed files with 3 additions and 0 deletions
|
|
@ -14,3 +14,6 @@ install_requires =
|
|||
[options.entry_points]
|
||||
console_scripts =
|
||||
pferd = PFERD.__main__:main
|
||||
|
||||
[pycodestyle]
|
||||
max-line-length = 110
|
||||
Loading…
Add table
Add a link
Reference in a new issue