Skip to content

Commit

Permalink
update home-assistant
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Aug 23, 2024
1 parent 0ea6cc6 commit 57113f6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions mypy_primer/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -805,9 +805,7 @@ def get_projects() -> list[Project]:
),
Project(
location="https://github.com/home-assistant/core",
mypy_cmd=(
"sed -i.bak '/^plugins = pydantic.mypy$/s/^/#/' mypy.ini; {mypy} homeassistant"
),
mypy_cmd="{mypy} homeassistant",
pyright_cmd="{pyright} homeassistant",
deps=[
"attrs",
Expand All @@ -821,8 +819,8 @@ def get_projects() -> list[Project]:
"types-python-slugify",
"types-backports",
],
needs_mypy_plugins=True,
cost={"mypy": 40, "pyright": 240},
supported_platforms=["linux", "darwin"], # hack for sed
),
Project(
location="https://github.com/kornia/kornia",
Expand Down

0 comments on commit 57113f6

Please sign in to comment.