On Fri, Mar 16, 2018 at 8:35 AM, Zoom.Quiet <zoom.qu...@gmail.com> wrote:

> pyflakes, by far.  Python devs are wasting their time if they don't use
> it.
> > I've studied every line of its code.  It's a work of genius.
>
> but in pyflakes README:
> ...
> If you require more options and more flexibility, you could give a
> look to Flake8 too.
>
> in fact, i try so many Lint tools for Python,
> PEP8/Flake8/Pylint/...
> not got same feeling with EKR,
> could share more, how to right usage pyflakes in develop/debug loop?
>

​pyflakes does require that you eliminate unused names.  Usually that's not
a problem, but if it is you can assert the name that might not be needed.
For example:

from leo.core.leoGlobals import g
assert g

​Other than that, I am not aware of any problems with pyflakes.

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to