mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-09 02:48:52 -06:00
8 lines
170 B
INI
8 lines
170 B
INI
[mypy]
|
|
ignore_missing_imports = True
|
|
disallow_untyped_defs = True
|
|
disallow_untyped_calls = True
|
|
disallow_incomplete_defs = True
|
|
pretty = True
|
|
no_implicit_optional = True
|