pep8 Re: Posting warning message

Cameron Simpson cs at cskk.id.au
Thu Jun 14 01:49:33 EDT 2018


On 14Jun2018 01:34, Tamara Berger <brgrt2 at gmail.com> wrote:
>Is it possible to do the "linting" after you've written your code but
>before you install it for the first time?

Sure. I always do it that way.

Just as you can run your code before you install it, you can lint your code 
beforehand also. In fact, you should be doing both: run and test the code 
_before_ installing it, and also lint it (when you care) and test again 
(because if you made lint changes you want to check they haven't done something 
unwanted).

Cheers,
Cameron Simpson <cs at cskk.id.au>



More information about the Python-list mailing list