14 lines
343 B
INI
14 lines
343 B
INI
[mypy]
|
|
python_version = 3.10
|
|
strict = true
|
|
warn_unused_configs = true
|
|
check_untyped_defs = true
|
|
disallow_any_generics = true
|
|
warn_redundant_casts = true
|
|
warn_unused_ignores = true
|
|
|
|
[[mypy.selectel_ml_tui.ui.*]]
|
|
# Textual widget internals use dynamic attributes; relax strictness there.
|
|
check_untyped_defs = false
|
|
disallow_any_generics = false
|