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

Skip to content

Commit a0c155f

Browse files
Revert "Temporarily drop materialize from projects (#206)" (#208)
This reverts commit 06849fd.
1 parent 06849fd commit a0c155f

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

mypy_primer/projects.py

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,15 +1275,13 @@ def get_projects() -> list[Project]:
12751275
needs_mypy_plugins=True,
12761276
cost={"mypy": 44},
12771277
),
1278-
# Disabled for now due to unavailable VCS dependency causing setup failures.
1279-
# See typeshed#14720.
1280-
# Project(
1281-
# location="https://github.com/MaterializeInc/materialize",
1282-
# mypy_cmd="MYPYPATH=$MYPYPATH:misc/python {mypy} --explicit-package-bases misc/python",
1283-
# pyright_cmd="{pyright}",
1284-
# install_cmd="{install} -r ci/builder/requirements.txt",
1285-
# cost={"mypy": 109},
1286-
# ),
1278+
Project(
1279+
location="https://github.com/MaterializeInc/materialize",
1280+
mypy_cmd="MYPYPATH=$MYPYPATH:misc/python {mypy} --explicit-package-bases misc/python",
1281+
pyright_cmd="{pyright}",
1282+
install_cmd="{install} -r ci/builder/requirements.txt",
1283+
cost={"mypy": 109},
1284+
),
12871285
Project(
12881286
location="https://github.com/canonical/operator",
12891287
mypy_cmd="{mypy} {paths}",

0 commit comments

Comments
 (0)