mirror of
https://github.com/saltstack/salt.git
synced 2025-04-10 14:51:40 +00:00

* `tasks/docs.py` -> `tools/precommit/docs.py` * `tasks/docstrings.py` -> `tools/precommit/docstrings.py` Refs #64374 Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
24 lines
375 B
INI
24 lines
375 B
INI
[sdist]
|
|
owner = root
|
|
group = root
|
|
|
|
[mypy]
|
|
packages = tools
|
|
exclude = (?x)(
|
|
salt
|
|
| tests
|
|
).*\.py
|
|
implicit_optional = True
|
|
show_error_codes = True
|
|
warn_return_any = True
|
|
warn_unused_configs = True
|
|
|
|
[mypy-tools.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-tools.precommit.docstrings]
|
|
follow_imports = silent
|
|
|
|
[mypy-salt.*]
|
|
follow_imports = silent
|
|
ignore_missing_imports = True
|