Python Style: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 8: Line 8:
* [[Python#Subjects|Python]]
* [[Python#Subjects|Python]]
=<tt>pylint</tt>=
=<tt>pylint</tt>=
{{External|https://pypi.org/project/pylint/}}
==Installation==
<syntaxhighlight lang='bash'>
pip install pylint
</syntaxhighlight>
==Execution==
<syntaxhighlight lang='bash'>
<syntaxhighlight lang='bash'>
pylint --recursive=y .             
pylint --recursive=y .             

Latest revision as of 17:00, 7 July 2022