Skip to content

Commit 6f893ab

Browse files
committed
Clean up pyrightconfig.json
1 parent 2988ad8 commit 6f893ab

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

pyrightconfig.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
2-
"ignore": ["shiny/examples", "examples", "build", "dist", "typings", "sandbox"],
2+
"ignore": [
3+
"shiny/examples",
4+
"examples",
5+
"build",
6+
"dist",
7+
"typings",
8+
"sandbox"
9+
],
310
"typeCheckingMode": "strict",
4-
"reportImportCycles": "none",
5-
"reportUnusedFunction": "none",
11+
"reportImportCycles": "none",
12+
"reportUnusedFunction": "none",
613
"reportPrivateUsage": "none",
714
"reportUnnecessaryIsInstance": "none",
8-
// Temporary workaround for bug in pyright 1.1.301:
9-
// https://github.com/microsoft/pyright/issues/4862
10-
"stubPath": "./typings"
1115
}

0 commit comments

Comments
 (0)