Skip to content

Line Length Specification in Contributing Documentation #27232

Closed
@WillKoehrsen

Description

@WillKoehrsen

Reading the contributing documentation section on pep8, I noticed the acceptable line-length for Python code is given as 79 characters as specified in pep8.

we restrict line-length to 79 characters to promote readability

However, looking at setup.cfg, I see that the maximum line length is specified as 88 characters and flake8 is set up to ignore line length errors.

[flake8]
max-line-length = 88
ignore =
    E501,  # longer line length

Is the contributing documentation out-of-date, or am I making an incorrect interpretation of setup.cfg?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions