Closed as not planned
Description
Description
Despite reviewing #586 I'm only now realizing that we have an ignore on E501
"line too long".
The formatter will reformat lines to have width 88 when automatically possible, but there doesn't seem to be any other mechanism for complaining about long lines that can't be autoformatted. Is this accidental or deliberate?
My concern is that without a hard line limit, long lines tend to accumulate in a codebase, and then it becomes a huge chore if you want to fix them at some point.
Metadata
Metadata
Assignees
Labels
No labels