mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-05 19:49:03 +00:00
6 lines
139 B
INI
6 lines
139 B
INI
[mypy]
|
|
strict = true
|
|
allow_untyped_calls = true
|
|
allow_untyped_defs = true
|
|
allow_incomplete_defs = true
|
|
disable_error_code = import-untyped
|