Files
ansible-docs/.mypy.ini
patchback[bot] a5f5b02bdd Integrate docs/bin/*.py files into the nox config (#529) (#561)
This PR adds a clone-core nox session and applies the Python linters to
the files in `docs/bin`.

(cherry picked from commit 881b3260c3)

Co-authored-by: Maxwell G <maxwell@gtmx.me>
2023-10-12 12:00:46 -05:00

6 lines
81 B
INI

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