Python Style: Difference between revisions
Jump to navigation
Jump to search
m (Ovidiu moved page Python Style Guide to Python Style) |
(→pylint) |
||
Line 8: | Line 8: | ||
* [[Python#Subjects|Python]] | * [[Python#Subjects|Python]] | ||
=<tt>pylint</tt>= | =<tt>pylint</tt>= | ||
{{External|https://pypi.org/project/pylint/}} | |||
==Installation== | ==Installation== | ||
==Execution== | ==Execution== |
Revision as of 17:00, 7 July 2022
External
Overview
Internal
pylint
Installation
Execution
pylint --recursive=y .
Organizatorium
- Process maximum line length: https://peps.python.org/pep-0008/#maximum-line-length
- Google Python Style Guide https://google.github.io/styleguide/pyguide.html