Skip to content

Commit

Permalink
add altair
Browse files Browse the repository at this point in the history
There may be issues with old mypy, so wait for a new release
  • Loading branch information
hauntsaninja committed Oct 1, 2024
1 parent 24d2e1d commit 2285c22
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion mypy_primer/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,13 @@ def get_projects() -> list[Project]:
pyright_cmd="{pyright}",
deps=["numpy", "pytest", "matplotlib", "pandas-stubs"],
cost={"mypy": 45, "pyright": 180},
)
),
Project(
location="https://github.com/vega/altair",
mypy_cmd="{mypy} altair tests",
pyright_cmd="{pyright}",
deps=["types-jsonschema", "pandas-stubs", "pytest", "narwhals", "packaging", "jinja2"],
),
]
assert len(projects) == len({p.name for p in projects})
for p in projects:
Expand Down

1 comment on commit 2285c22

@dangotbanned
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.