mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-08 02:18:51 -06:00
7 lines
169 B
INI
7 lines
169 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 |