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

Skip to content

Commit b3cb06e

Browse files
authored
Tweak the pyrefly_cmd in numpy-stl (#236)
1 parent ea7c453 commit b3cb06e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypy_primer/projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1688,7 +1688,7 @@ def get_projects() -> list[Project]:
16881688
location="https://github.com/WoLpH/numpy-stl",
16891689
mypy_cmd="{mypy} {paths}",
16901690
pyright_cmd="{pyright} {paths}",
1691-
pyrefly_cmd="{pyrefly}",
1691+
pyrefly_cmd="{pyrefly} check {paths}",
16921692
paths=["stl"],
16931693
deps=["numpy", "python-utils"],
16941694
expected_success=("mypy", "pyright", "pyrefly"),

0 commit comments

Comments
 (0)