description | title | layout | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
pyright is a linter for Python |
Trunk | How to run pyright |
|
pyright is a linter for Python.
You can enable the pyright linter with:
trunk check enable pyright
pyright will be auto-enabled if a pyrightconfig.json
config file is present.
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.
- pyright site
- pyright Trunk Code Quality integration source
- Trunk Code Quality's open source plugins repo