Python linting: Difference between revisions

From wikinotes
(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 |- | [...")
 
(No difference)

Latest revision as of 20:19, 6 May 2018

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