fedora-python / pyp2rpm

Tool to convert a package from PyPI to RPM SPECFILE or to generate SRPM.
MIT License
128 stars 39 forks source link

Set max line length to 80 characters #147

Closed mcyprian closed 6 years ago

mcyprian commented 6 years ago

Change max line from 100 to 80 characters to be able to use automated code linters without special configuration.

mcyprian commented 6 years ago

Style check in each build might be a good idea, but my primary goal was to make code more readable, and speed up our work flows by adding an possibility to simply use autopep8 or similar code formatter after each change in the code without any configuration.

mcyprian commented 6 years ago

Thanks :)