Skip to content

Commit

Permalink
ci(typing): Add bundled stubs to pyright.ignore (vega#3724)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned authored Dec 29, 2024
1 parent 1208c5d commit 7c2d97f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -476,4 +476,5 @@ ignore=[
"./altair/jupyter/", # Mostly untyped
"./tests/test_jupyter_chart.py", # Based on untyped module
"../../../**/Lib", # stdlib
"../../../**/typeshed*" # typeshed-fallback
]

0 comments on commit 7c2d97f

Please sign in to comment.