I've added a `setup.cfg` file with `[pep8]` section to make it use the 120-char line length limit we have for all Blender/Python scripts.
3 lines
29 B
INI
3 lines
29 B
INI
[pep8]
|
|
max-line-length = 120
|