A Python code linter. More information: https://pylint.pycqa.org/en/latest/.
pylint path/to/file.py
.py
suffix):pylint package_or_module
__init__.py
file):pylint path/to/directory
pylintrc
):pylint --rcfile path/to/pylintrc path/to/file.py
pylint --disable C,W,no-error,design path/to/file