NLeSC / python-template

Netherlands eScience Center Python Template
https://research-software-directory.org/software/nlesc-python-template
Apache License 2.0
163 stars 73 forks source link

Set line-length to 79 characters according to PEP-8 #389

Open bouweandela opened 2 months ago

bouweandela commented 2 months ago

Description

Limit line length to 79 characters, as prescribed by PEP-8.

Closes #388