Skip to content

Commit c817bb3

Browse files
committed
Add extraPaths to pyrightconfig for local library resolution
Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
1 parent 5ccc1f8 commit c817bb3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyrightconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"reportMissingImports": "none"
2+
"reportMissingImports": "none",
3+
"extraPaths": ["libraries/python"]
34
}

0 commit comments

Comments
 (0)