mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-26 13:18:58 +07:00
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>
6 lines
81 B
INI
6 lines
81 B
INI
[mypy]
|
|
check_untyped_defs = True
|
|
|
|
[mypy-ansible.*]
|
|
ignore_missing_imports = True
|