salt/setup.cfg
Pedro Algarvio 1f2c1fac9b Initial work for the Self Github Actions Runners
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2022-12-14 11:23:26 -07:00

12 lines
181 B
INI

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