Skip to content

Resolve contradictory contributing guidelines for line length #240

@rnjudge

Description

@rnjudge

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

No one assigned

    Labels

    documentationDocumentation needs updatesrefactorTechnical debt - the code needs love.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions