Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4deacf commit d4e091eCopy full SHA for d4e091e
1 file changed
mypy_primer/projects.py
@@ -1053,8 +1053,10 @@ def get_projects() -> list[Project]:
1053
pyright_cmd="{pyright} {paths}",
1054
paths=["homeassistant"],
1055
deps=[
1056
+ "aiohttp",
1057
"attrs",
1058
"pydantic",
1059
+ "SQLAlchemy",
1060
"types-setuptools",
1061
"types-atomicwrites",
1062
"types-certifi",
@@ -1063,6 +1065,7 @@ def get_projects() -> list[Project]:
1063
1065
"types-requests",
1064
1066
"types-python-slugify",
1067
"types-backports",
1068
+ "voluptuous",
1069
],
1070
needs_mypy_plugins=True,
1071
cost={"mypy": 411, "pyright": 240},
0 commit comments