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

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 Doesn't seem much value here in addressing the line lengths unless we can
 also exclude migration directories from being checked because the auto-
 generated code there often has very long lines. Excluding `*/migrations/*`
 as done before 9d30412a5ad1c72b3d319b4c2bceacb53a0ff1da, however, prevents
 us from detecting other issues, especially in `django/db/migrations`. I
 don't think listing all migrations directories in flake8 exclude would be
 useful as an alternative, so unless anyone finds a solution, I think we
 can close this.

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

Reply via email to