Skip to content

Commit

Permalink
add typeshed-stats
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Feb 18, 2024
1 parent d84e9b2 commit 854af7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mypy_primer/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,11 @@ def get_projects() -> list[Project]:
mypy_cost=20,
supported_platforms=["linux", "darwin"],
),
Project(
location="https://github.com/AlexWaygood/typeshed-stats",
mypy_cmd="{mypy} .",
pip_cmd="{pip} install attrs cattrs pytest aiohttp pathspec jinja2 tomli",
),
Project(
location="https://github.com/FasterSpeeding/Tanjun",
mypy_cmd="{mypy} tanjun",
Expand Down

0 comments on commit 854af7c

Please sign in to comment.