Files
ansible-docs/.mypy.ini
Felix Fontein c7c3eea9dc Add yamllint check for RST code listings (#2385)
* 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>
2025-03-21 19:41:40 +01:00

9 lines
130 B
INI

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