We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6274601 commit 45dc1d2Copy full SHA for 45dc1d2
1 file changed
mypy.ini
@@ -0,0 +1,20 @@
1
+[mypy]
2
+python_version = 3.14
3
+ignore_missing_imports = True
4
+check_untyped_defs = True
5
+disallow_untyped_calls = False
6
+warn_return_any = False
7
+warn_unused_configs = True
8
+disable_error_code = import-not-found
9
+
10
+[mypy-homeassistant.*]
11
12
13
+[mypy-voluptuous.*]
14
15
16
+[mypy-aiohttp.*]
17
18
19
+[mypy-async_timeout.*]
20
0 commit comments