On 12/29/2014 04:04 AM, Alexey Orlov wrote:
> Hi,
>
> I'm trying to relax the 79 character line limit. Changed
> /Preferences->Editor->Display->Show vertical line after/ to 159: still
> getting warnings like "E501 line too long (120 > 79 characters)". Am I
> missing something?
Yes that is coming from the pep8 tool and is correct. According to PEP8
line > 79 characters are incorrect. Setting the vertical line is just a
feature in the editor and not a change in the PEP8 style guide. If you
do not want to see this, turn off Style Analysis in
Tools-->Editor-->Code Introspection/Analysis.
You might something in the pep8 docs that allows you to change the line
setting:
http://pep8.readthedocs.org/en/latest/
>
> --
> You received this message because you are subscribed to the Google
> Groups "spyder" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to
spyderlib+...@googlegroups.com
> <mailto:
spyderlib+...@googlegroups.com>.
> To post to this group, send email to
spyd...@googlegroups.com
> <mailto:
spyd...@googlegroups.com>.
> Visit this group at
http://groups.google.com/group/spyderlib.
> For more options, visit
https://groups.google.com/d/optout.
--
Adrian Klaver
adrian...@aklaver.com