mypy is a linter for Python
mypyarrow-up-right 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 Moving Linters for more info.
.trunk/configs
trunk check
mypy sitearrow-up-right
mypy Trunk Code Quality integration sourcearrow-up-right
Trunk Code Quality's open source plugins repoarrow-up-right
Last updated 1 year ago