Skip to content

Commit fefb907

Browse files
authored
Update projects.py (#175)
1 parent 059be6e commit fefb907

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
@@ -1508,7 +1508,7 @@ def get_projects() -> list[Project]:
15081508
pyright_cmd="{pyright} {paths}",
15091509
paths=["colour"],
15101510
deps=["matplotlib", "numpy", "pandas-stubs", "pytest", "scipy-stubs"],
1511-
cost={"mypy": 2, "pyright": 180},
1511+
cost={"mypy": 800, "pyright": 180},
15121512
),
15131513
Project(
15141514
location="https://github.com/vega/altair",

0 commit comments

Comments
 (0)