pyright
pyright is a linter for Python.
You can enable the pyright linter with:
Auto Enabling
pyright will be auto-enabled if a pyrightconfig.json
config file is present.
Settings
pyright supports the following config files:
pyrightconfig.json
You can move these files to .trunk/configs
and trunk check
will still find them. See Moving Linters for more info.
Links
pyright Trunk Code Quality integration source
Trunk Code Quality's open source plugins repo
Last updated