Opened 8 years ago

Closed 8 years ago

#26406 closed Cleanup/optimization (fixed)

Explicitly set line length for isort

Reported by: Jarek Glowacki Owned by: Jarek Glowacki
Component: Uncategorized Version: dev
Severity: Normal Keywords: isort line length
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

Explicitly set isort line length in setup.cfg so that the line length used when isorting django imports doesn't get affected by other isort configurations on the user's machine (eg. a .isort.cfg in the root directory)

The default isort line length is 79, which Django uses implicitly. Let's make it explicit.

Change History (2)

comment:1 by Jarek Glowacki, 8 years ago

Has patch: set

comment:2 by Tim Graham <timograham@…>, 8 years ago

Resolution: fixed
Status: newclosed

In eaecada7:

Fixed #26406 -- Set isort line_length.

Note: See TracTickets for help on using tickets.
Back to Top