-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
documentationDocumentation needs updatesDocumentation needs updatesrefactorTechnical debt - the code needs love.Technical debt - the code needs love.
Description
The Colin contributing guide states the following:
- Please make sure that your code complies with PEP8.
- One line should not contain more than 100 characters.
This is contradictory, however, as the PEP8 guidelines for line length state that all line lengths should be kept to a maximum of 79 characters. This is especially distracting when trying to look through the code using a PEP8-adhering editor as there are many lines longer than 79 characters that cause linting errors in these editors when trying to save a file.
Metadata
Metadata
Assignees
Labels
documentationDocumentation needs updatesDocumentation needs updatesrefactorTechnical debt - the code needs love.Technical debt - the code needs love.