mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-26 13:18:58 +07:00
This enforce the Python linters in the noxfile on the Python files in
docs/bin.
(cherry picked from commit 320d1bed6f)
6 lines
81 B
INI
6 lines
81 B
INI
[mypy]
|
|
check_untyped_defs = True
|
|
|
|
[mypy-ansible.*]
|
|
ignore_missing_imports = True
|