Python code static checker https://pypi.org/project/pylint/
Go to file
2024-07-22 10:41:51 +02:00
python-pylint.spec automatic version update by autodist [release 3.2.6-1mamba;Mon Jul 22 2024] 2024-07-22 10:41:51 +02:00
README.md rebuilt with distdeps [release 2.12.2-2mamba;Sun Feb 13 2022] 2024-01-05 16:26:44 +01:00

python-pylint

Pylint is a python tool that checks if a module satisfies a coding standard. Pylint is similar to PyChecker but offers more features, like checking line-code's length, checking if variable names are well-formed according to your coding standard, or checking if declared interfaces are truly implemented, and much more (see the complete check list). The big advantage with Pylint is that it is highly configurable, customizable, and you can easily write a small plugin to add a personal feature.