#27173: Permit import statements to be longer than 80 characters
-------------------------------------+-------------------------------------
     Reporter:  cjerdonek            |                    Owner:  nobody
         Type:                       |                   Status:  closed
  Cleanup/optimization               |
    Component:  Core (Other)         |                  Version:  1.10
     Severity:  Normal               |               Resolution:  wontfix
     Keywords:                       |             Triage Stage:
                                     |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by timgraham):

 * status:  new => closed
 * resolution:   => wontfix
 * component:  Uncategorized => Core (Other)
 * type:  Uncategorized => Cleanup/optimization


Comment:

 We discussed import line length when adding the isort configuration. My
 main concern is that it will make it difficult to sort imports manually as
 people who have a right margin at 80 characters would need to change it
 just for this. We prefer longer lines "when it helps readability". I don't
 think there's much difference in readability of imports, so I prefer to
 keep things simple.

 You could mark those lines with `# isort:skip` to use a longer length but
 I don't see much advantage.

--
Ticket URL: <https://code.djangoproject.com/ticket/27173#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.59a8b52b002d0f2766ed9829fdde56ef%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to