Python Style: Difference between revisions

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


=Organizatorium=
=Organizatorium=

Latest revision as of 17:00, 7 July 2022