https://www.pylint.org/
pip install pylint~=3.0
pip install pylint-django~=2.5
PyLint configuration can be customized and is looked for in the following places in the order shown:
pylintrc --rcfile=<custompylintrc>
<your_project>/pylintrc
~/.pylintrc
/etc/pylintrc
1E9 Advisors uses the following pylintrc file that is available for download.
find . -type f -name '*.py' -exec pylint {} \;