salt/setup.cfg

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
185 B
INI
Raw Normal View History

[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