Files
ansible-docs/.mypy.ini
Maxwell G 98e579ca9c include docs/bin/*.py in noxfile linting
This enforce the Python linters in the noxfile on the Python files in
docs/bin.

(cherry picked from commit 320d1bed6f)
2023-10-22 01:51:53 +00:00

6 lines
81 B
INI

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