Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-23 | [fix] pyrightconfig.json include only dedicated folders in the test | Markus Heiser | |
Without specifying folders to check, pyright will also scan files in folders like ./build, ./cache, ./.nvm and more. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2022-01-23 | [enh] add pyrightconfig.json | Martin Fischer | |
By adding this file Pyright automatically detects the packages from our Python virtual environment. This can be tested by using the Pyright extension for VS Code or by running npx pyright. |