mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-10-22 09:42:31 +02:00
Switch to pyright
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
Reference in New Issue
Block a user