Skip to content

Commit

Permalink
add brand file to pyright ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
karangattu committed Nov 8, 2024
1 parent 6fd07ad commit 8479e15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyrightconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"_dev",
"docs",
"tests/playwright/deploys/*/app.py",
"shiny/templates"
"shiny/templates",
"tests/playwright/shiny/brand_kitchensink"
],
"typeCheckingMode": "strict",
"reportImportCycles": "none",
Expand Down

0 comments on commit 8479e15

Please sign in to comment.