Last updated 6 months ago
is a linter for Python.
You can enable the mypy linter with:
trunk check enable mypy
mypy will be auto-enabled if any of its config files are present: mypy.ini, .mypy.ini.
mypy.ini
.mypy.ini
mypy supports the following config files:
You can move these files to .trunk/configs and trunk check will still find them. See for more info.
.trunk/configs
trunk check
mypy Trunk Code Quality
Trunk Code Quality's