Configure modules for vscode

This commit is contained in:
2026-03-05 11:05:38 +01:00
parent 45df0b3cd4
commit 4be6dd8b84
5 changed files with 51 additions and 4 deletions

View File

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