Skip to content

Commit 059be6e

Browse files
authored
update paths for flake8-pyi (#176)
Following PyCQA/flake8-pyi#519
1 parent 951b4d8 commit 059be6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy_primer/projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ def get_projects() -> list[Project]:
875875
location="https://github.com/PyCQA/flake8-pyi",
876876
mypy_cmd="{mypy} {paths}",
877877
pyright_cmd="{pyright} {paths}",
878-
paths=["pyi.py"],
878+
paths=["flake8_pyi"],
879879
deps=["types-pyflakes"],
880880
expected_success=("mypy", "pyright"),
881881
cost={"mypy": 6},

0 commit comments

Comments
 (0)