Skip to content

Commit

Permalink
chore(typing): Replace schema/ ignore with (channels|mixins)
Browse files Browse the repository at this point in the history
Will look at fixing `mixins` after merging #3675
  • Loading branch information
dangotbanned committed Nov 5, 2024
1 parent 4fc92b2 commit ea2e446
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,8 @@ include=[
]
ignore=[
"./altair/vegalite/v5/display.py",
"./altair/vegalite/v5/schema/",
"./altair/vegalite/v5/schema/channels.py", # 716 warns
"./altair/vegalite/v5/schema/mixins.py", # 1001 warns
"./altair/utils/core.py",
"./altair/jupyter/",
"./sphinxext/",
Expand Down

0 comments on commit ea2e446

Please sign in to comment.