Pylint
Last updated
Last updated
is a linter for Python.
You can enable the Pylint linter with:
Pylint will be auto-enabled if any of its config files are present: pylintrc
, .pylintrc
.
Pylint supports the following config files:
pylintrc
.pylintrc
You may specify additional pylint plugins in your .pylintrc
, using the line load-plugins=...
If you want to run the plugin pylint-django
as part of your setup, you would add the line load-plugins=pylint_django
to your .pylintrc
, but you also need to tell trunk to install the package:
You can move these files to .trunk/configs
and trunk check
will still find them. See for more info.
Pylint Trunk Code Quality
Trunk Code Quality's