We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 546461b commit 6907fa5Copy full SHA for 6907fa5
public/__init__.py
@@ -2,6 +2,6 @@
2
from pathlib import Path
3
4
5
-def where():
+def where() -> Path:
6
"""Return path to the frontend."""
7
return Path(__file__).parent
public/py.typed
setup.cfg
@@ -19,3 +19,8 @@ python_requires = >= 3.4.0
19
[options.packages.find]
20
include =
21
hass_frontend*
22
+
23
+[mypy]
24
+python_version = 3.4
25
+show_error_codes = True
26
+strict = True
0 commit comments