Skip to content

Commit effa319

Browse files
committed
chore(pyrightconfig): add pyrightconfig
did this because i can resolve the issue that dcm cant be imported Signed-off-by: Bobo Bäck Engström <bobo@id8-engineering.io>
1 parent 2583b5e commit effa319

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

pyrightconfig.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"include": [
3+
"src"
4+
],
5+
"extraPaths": [
6+
"src"
7+
],
8+
"reportMissingImports": false,
9+
"reportMissingModuleSource": false,
10+
"reportAttributeAccessIssue": false
11+
}

0 commit comments

Comments
 (0)