Configure modules for vscode
This commit is contained in:
@@ -7,3 +7,8 @@ requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
"pyside6>=6.10.2",
|
||||
]
|
||||
|
||||
[tool.mypy]
|
||||
[[tool.mypy.overrides]]
|
||||
module = ["win11toast.*"]
|
||||
follow_untyped_imports = true
|
||||
|
||||
Reference in New Issue
Block a user