Skip to content

Commit 8479e15

Browse files
committed
add brand file to pyright ignore list
1 parent 6fd07ad commit 8479e15

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
@@ -9,7 +9,8 @@
99
"_dev",
1010
"docs",
1111
"tests/playwright/deploys/*/app.py",
12-
"shiny/templates"
12+
"shiny/templates",
13+
"tests/playwright/shiny/brand_kitchensink"
1314
],
1415
"typeCheckingMode": "strict",
1516
"reportImportCycles": "none",

0 commit comments

Comments
 (0)