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

Skip to content

Commit 33e719e

Browse files
jorenhamstroxler
andauthored
add pyrefly command to scipy-stubs (#225)
Co-authored-by: Steven Troxler <[email protected]>
1 parent b3cb06e commit 33e719e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mypy_primer/projects.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,6 +985,7 @@ def get_projects() -> list[Project]:
985985
location="https://github.com/scipy/scipy-stubs",
986986
mypy_cmd="{mypy} {paths}",
987987
pyright_cmd="{pyright} {paths}",
988+
pyrefly_cmd="{pyrefly} check {paths}",
988989
paths=["."],
989990
deps=[
990991
"array-api-compat",
@@ -994,7 +995,7 @@ def get_projects() -> list[Project]:
994995
"packaging",
995996
"scipy",
996997
],
997-
expected_success=("mypy", "pyright"),
998+
expected_success=("mypy", "pyright", "pyrefly"),
998999
cost={"mypy": 294},
9991000
),
10001001
Project(

0 commit comments

Comments
 (0)