fix mypy config

This commit is contained in:
2026-03-05 14:48:17 +01:00
parent 8e7242937e
commit 42768aa78a
4 changed files with 7 additions and 5 deletions

View File

@@ -8,7 +8,3 @@ dependencies = [
"pyside6>=6.10.2",
]
[tool.mypy]
[[tool.mypy.overrides]]
module = ["win11toast.*"]
follow_untyped_imports = true