Files

8 lines
163 B
INI
Raw Permalink Normal View History

2026-01-23 11:34:20 +08:00
[mypy]
strict = true
allow_untyped_calls = true
allow_untyped_defs = true
allow_incomplete_defs = true
disable_error_code = import-untyped
warn_return_any = false