mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-26 13:18:58 +07:00
* Add yamllint check for RST code listings. * Address review comments. * Sort languages and remove no longer needed duplicates. * Enable warnings, but disable all failing rules. * Improve formulation. Co-authored-by: Don Naro <dnaro@redhat.com> * Show allowed languages when no or invalid language is supplied. Improve line lengths. * Make sure that 'yamllint .' passes. * Fix indentation issues introduced in #2095. --------- Co-authored-by: Don Naro <dnaro@redhat.com>
9 lines
130 B
INI
9 lines
130 B
INI
[mypy]
|
|
check_untyped_defs = True
|
|
|
|
[mypy-ansible.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-yamllint.*]
|
|
ignore_missing_imports = True
|