Skip to content

Commit 6103c4a

Browse files
committed
remove zetta_utils
1 parent fefb907 commit 6103c4a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

mypy_primer/projects.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,6 @@ def update_projects(projects: list[Project], check: bool = False) -> None:
6363

6464

6565
def get_projects() -> list[Project]:
66-
# See https://github.com/hauntsaninja/mypy_primer/issues/112
67-
# Project(
68-
# location="https://github.com/ZettaAI/zetta_utils",
69-
# mypy_cmd="{mypy} .",
70-
# install_cmd="{install} types-Pillow types-cachetools types-requests attrs",
71-
# expected_success=("mypy",),
72-
# supported_platforms=["linux", "darwin"],
73-
# ),
7466
projects = [
7567
Project(
7668
location="https://github.com/python/mypy",

0 commit comments

Comments
 (0)