Skip to content

Commit 98e0b55

Browse files
pyrightconfig: Add scripts to include and new root directory configuration
- Added `scripts` as a root directory for Pyright with default settings. - Retained configurations for `examples` with Python 3.11 specified.
1 parent 5b6f6d6 commit 98e0b55

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyrightconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
{
2323
"root": "src"
2424
},
25+
{
26+
"root": "scripts"
27+
},
2528
{
2629
"root": "examples",
2730
"pythonVersion": "3.11"

0 commit comments

Comments
 (0)