Opened 9 years ago
Closed 9 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 , 9 years ago
Has patch: | set |
---|
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In eaecada7: