Skip to content

Commit 031bd89

Browse files
committed
Pyright: ignore docs dir
1 parent b110c32 commit 031bd89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyrightconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"build",
66
"dist",
77
"typings",
8-
"sandbox"
8+
"sandbox",
9+
"docs"
910
],
1011
"typeCheckingMode": "strict",
1112
"reportImportCycles": "none",

0 commit comments

Comments
 (0)