On 14Jun2018 01:34, Tamara Berger <[email protected]> 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 <[email protected]>
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to