Skip to content

Commit f7afde7

Browse files
committed
add ai generated code to be ignored by pyright
1 parent fb65c4a commit f7afde7

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/ai_generated_app_test_hub"
1314
],
1415
"typeCheckingMode": "strict",
1516
"reportImportCycles": "none",

0 commit comments

Comments
 (0)