Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f6109fa

Browse files
authored
add numpy-stl (#224)
1 parent cd34bb0 commit f6109fa

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

mypy_primer/projects.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1684,6 +1684,15 @@ def get_projects() -> list[Project]:
16841684
expected_success=("mypy",),
16851685
cost={"mypy": 6},
16861686
),
1687+
Project(
1688+
location="https://github.com/WoLpH/numpy-stl",
1689+
mypy_cmd="{mypy} {paths}",
1690+
pyright_cmd="{pyright} {paths}",
1691+
pyrefly_cmd="{pyrefly}",
1692+
paths=["stl"],
1693+
deps=["numpy", "python-utils"],
1694+
expected_success=("mypy", "pyright", "pyrefly"),
1695+
),
16871696
]
16881697
assert len(projects) == len({p.name for p in projects})
16891698
for p in projects:

0 commit comments

Comments
 (0)