Python/pycodestyle: Difference between revisions
< Python
(Created page with "Replaced pep8 checker. pip install pycodestyle alias pycodestyle="pycodestyle --max-line-length=120"") |
No edit summary |
||
Line 1: | Line 1: | ||
== pycodestyle == | |||
Replaced [[Python/pep8|pep8]] checker. | Replaced [[Python/pep8|pep8]] checker. | ||
Line 4: | Line 6: | ||
alias pycodestyle="pycodestyle --max-line-length=120" | alias pycodestyle="pycodestyle --max-line-length=120" | ||
== pylint == | |||
See [[Python/pylint]] | |||
== keywords == |
Latest revision as of 23:21, 25 October 2024
pycodestyle
Replaced pep8 checker.
pip install pycodestyle
alias pycodestyle="pycodestyle --max-line-length=120"
pylint
See Python/pylint