Skip to content

Commit

Permalink
add beartype
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Jul 3, 2024
1 parent 8911c60 commit 5df77bf
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 @@ -1202,6 +1202,11 @@ def get_projects() -> list[Project]:
pyright_cmd="{pyright}",
deps=["types-pywin32", "types-regex", "types-setuptools"],
),
Project(
location="https://github.com/beartype/beartype",
mypy_cmd="{mypy} beartype",
pyright_cmd="{pyright}",
)
]
assert len(projects) == len({p.name for p in projects})
for p in projects:
Expand Down

0 comments on commit 5df77bf

Please sign in to comment.