Skip to content

Commit 59509d4

Browse files
authored
Add zope.interface (#189)
1 parent 7d520b6 commit 59509d4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

mypy_primer/projects.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1591,6 +1591,13 @@ def get_projects() -> list[Project]:
15911591
deps=["cryptography", "pydantic", "pytest"],
15921592
cost={"mypy": 24},
15931593
),
1594+
Project(
1595+
location="https://github.com/zopefoundation/zope.interface",
1596+
mypy_cmd="{mypy} {paths}",
1597+
pyright_cmd="{pyright} {paths}",
1598+
paths=["src"],
1599+
deps=["zope.testing"],
1600+
),
15941601
Project(
15951602
location="https://github.com/scikit-build/scikit-build-core",
15961603
mypy_cmd="{mypy} {paths}",

0 commit comments

Comments
 (0)