Python linting

From wikinotes
Revision as of 20:19, 6 May 2018 by Will (talk | contribs) (Created page with "Linting is an automated way of checking/correcting your code to verify that your coding style is consistent with the project you are working in. {| | python flake8 |- | [...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Linting is an automated way of checking/correcting your code to verify that your coding style is consistent with the project you are working in.

python flake8
python pylint