Add yamllint to antsibull-nox and add config files, and prepare ignore.txt entries.

This commit is contained in:
Felix Fontein
2025-04-26 09:00:19 +02:00
parent f04f0c883e
commit 51a4f76f26
12 changed files with 201 additions and 1 deletions

View File

@@ -7,6 +7,17 @@
[sessions]
[sessions.lint]
run_isort = false
run_black = false
run_flake8 = false
run_pylint = false
run_yamllint = true
yamllint_config = ".yamllint"
yamllint_config_plugins = ".yamllint-docs"
yamllint_config_plugins_examples = ".yamllint-examples"
run_mypy = false
[sessions.docs_check]
validate_collection_refs="all"