Files
ansible-docs/.mypy.ini
Maxwell G 320d1bed6f include docs/bin/*.py in noxfile linting
This enforce the Python linters in the noxfile on the Python files in
docs/bin.
2023-10-11 22:46:19 +00:00

6 lines
81 B
INI

[mypy]
check_untyped_defs = True
[mypy-ansible.*]
ignore_missing_imports = True