On Sun, Mar 15, 2020 at 3:46 PM Thomas Passin <tbp100...@gmail.com> wrote:

>
>
> On Sunday, March 15, 2020 at 11:35:26 AM UTC-4, Edward K. Ream wrote:
>>
>>
>> In future, please run pylint on your code. It will catch these kinds of
>> things.
>>
>
> I thought that pyflakes was doing that job now.
>

Pyflakes and pylint completely separate. Pyflakes does an amazingly good
job of catching local binding errors. Pyflakes is fast enough so it can
(should!) be run whenever saving a .py file.

Pylint is much slower, and checks different things. I typically run pylint
on changed files about once a day.

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 view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/CAMF8tS1-18-wH060bpqLTC5OFJSd4Vfz18MWXOudHLcOqKrwPw%40mail.gmail.com.

Reply via email to