Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
zope.interface
1 parent 7d520b6 commit 59509d4Copy full SHA for 59509d4
1 file changed
mypy_primer/projects.py
@@ -1591,6 +1591,13 @@ def get_projects() -> list[Project]:
1591
deps=["cryptography", "pydantic", "pytest"],
1592
cost={"mypy": 24},
1593
),
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
+ ),
1601
Project(
1602
location="https://github.com/scikit-build/scikit-build-core",
1603
mypy_cmd="{mypy} {paths}",
0 commit comments