salt/setup.cfg
Pedro Algarvio 3dcb74268d Update to mypy 1.0.0
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-02-28 07:40:38 +00:00

12 lines
185 B
INI

[sdist]
owner = root
group = root
[mypy]
implicit_optional = True
show_error_codes = True
warn_return_any = True
warn_unused_configs = True
[mypy.tools]
ignore_missing_imports = True