Skip to content

Commit 73fdb4a

Browse files
authored
chore(pyright): Add include/exclude (#1426)
1 parent 0e2bac8 commit 73fdb4a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pyrightconfig.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
{
2+
"include":[
3+
"src",
4+
"tests",
5+
"docs",
6+
],
7+
"exclude": [
8+
"logs",
9+
"fixtures",
10+
],
211
"typeCheckingMode": "off",
312
}

0 commit comments

Comments
 (0)