Type Checking
Scripton uses Pyright for providing static type. It manifests as red wavy underlines under problematic fragments of code. Hovering over displays more details:
Configuration
The standard configuration routes for Pyright using either pyrightconfig.json
or pyproject.toml
also work as expected with Scripton.