Switch to pyright

This commit is contained in:
I-Al-Istannen
2025-10-19 16:28:41 +02:00
parent c1c78673aa
commit bb0d68da65
3 changed files with 21 additions and 65 deletions

View File

@@ -44,19 +44,9 @@ ignore = [
"B023"
]
[tool.mypy]
disallow_any_generics = true
disallow_untyped_defs = true
disallow_incomplete_defs = true
no_implicit_optional = true
warn_unused_ignores = true
warn_unreachable = true
show_error_context = true
ignore_missing_imports = true
[dependency-groups]
dev = [
"mypy>=1.18.2",
"pyinstaller>=6.16.0",
"pyright>=1.1.406",
"ruff>=0.14.1",
]