Pyright¶
Resources¶
- [https://github.com/microsoft/pyright/blob/master/docs/configuration]
- Sample pyrightconfig.json file
Project root¶
For a directory structure like:
.
├── .gitignore
├── .vim
│ └── coc-settings.json
├── project
│ ├── app
│ │ ├── __init__.py
│ │ ├── config.py
│ │ └── main.py
│ └── requirements.txt
└── pyrightconfig.json
pyrightconfig.json
would need: