mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 09:28:51 -06:00
7 lines
143 B
INI
7 lines
143 B
INI
[mypy]
|
|
ignore_missing_imports = True
|
|
#disallow_untyped_defs = True
|
|
disallow_untyped_calls = True
|
|
disallow_incomplete_defs = True
|
|
pretty = True
|