Skip to content

Commit 45dc1d2

Browse files
committed
chore: unify workflows, scripts, and configs
1 parent 6274601 commit 45dc1d2

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

mypy.ini

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
ignore_missing_imports = True
12+
13+
[mypy-voluptuous.*]
14+
ignore_missing_imports = True
15+
16+
[mypy-aiohttp.*]
17+
ignore_missing_imports = True
18+
19+
[mypy-async_timeout.*]
20+
ignore_missing_imports = True

0 commit comments

Comments
 (0)