Skip to content

Commit

Permalink
remove zetta_utils for now
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Nov 30, 2023
1 parent 439dbc8 commit d1263e0
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions mypy_primer/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,13 +587,14 @@ def get_projects() -> list[Project]:
pip_cmd="{pip} install aiohttp watchfiles types-pygments",
expected_mypy_success=True,
),
Project(
location="https://github.com/ZettaAI/zetta_utils",
mypy_cmd="{mypy} .",
pip_cmd="{pip} install types-Pillow types-cachetools types-requests attrs",
expected_mypy_success=True,
supported_platforms=["linux", "darwin"],
),
# See https://github.com/hauntsaninja/mypy_primer/issues/112
# Project(
# location="https://github.com/ZettaAI/zetta_utils",
# mypy_cmd="{mypy} .",
# pip_cmd="{pip} install types-Pillow types-cachetools types-requests attrs",
# expected_mypy_success=True,
# supported_platforms=["linux", "darwin"],
# ),
Project(
location="https://github.com/sco1/pylox",
mypy_cmd="{mypy} .",
Expand Down

0 comments on commit d1263e0

Please sign in to comment.