mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-10 09:11:36 +00:00
15 lines
317 B
INI
15 lines
317 B
INI
[mypy]
|
|
disallow_untyped_defs = True
|
|
follow_imports = silent
|
|
check_untyped_defs = True
|
|
disallow_any_generics = True
|
|
no_implicit_reexport = True
|
|
strict_optional = True
|
|
warn_redundant_casts = True
|
|
warn_return_any = True
|
|
warn_unused_configs = True
|
|
warn_unused_ignores = True
|
|
|
|
[mypy-azure.*]
|
|
ignore_missing_imports = True
|