Skip to content

Commit 092737e

Browse files
increased weight of colour from 800 to 1500 (#191)
1 parent 59509d4 commit 092737e

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
@@ -1499,7 +1499,7 @@ def get_projects() -> list[Project]:
14991499
pyright_cmd="{pyright} {paths}",
15001500
paths=["colour"],
15011501
deps=["matplotlib", "numpy", "pandas-stubs", "pytest", "scipy-stubs"],
1502-
cost={"mypy": 800, "pyright": 180},
1502+
cost={"mypy": 1500, "pyright": 180},
15031503
),
15041504
Project(
15051505
location="https://github.com/vega/altair",

0 commit comments

Comments
 (0)