#23395: Clarification on PEP 8 E501: line too long (> 79 characters)
--------------------------------------+------------------------------------
     Reporter:  nrogers64             |                    Owner:  nobody
         Type:  Cleanup/optimization  |                   Status:  new
    Component:  Documentation         |                  Version:  master
     Severity:  Normal                |               Resolution:
     Keywords:                        |             Triage Stage:  Accepted
    Has patch:  0                     |      Needs documentation:  0
  Needs tests:  0                     |  Patch needs improvement:  0
Easy pickings:  1                     |                    UI/UX:  0
--------------------------------------+------------------------------------

Comment (by timgraham):

 Perhaps outside the scope of this ticket, but I'd like to propose adopting
 a max line length of 120 as that's the width of code review in GitHub.
 Anything longer requires horizontal scrolling which makes review more
 difficult. We could use flake8 to enforce this, however, it'll require a
 lot of cleanup as we currently have ~1700 lines longer than that. I'll
 attach an initial patch to show how long strings can be restructured.

--
Ticket URL: <https://code.djangoproject.com/ticket/23395#comment:3>
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.d54bd5aba528217787867cd9465cc228%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to