Add yamllint to antsibull-nox and add config files.

This commit is contained in:
Felix Fontein
2025-04-26 09:06:53 +02:00
parent 3a3ece3ba5
commit 795e6b23dc
5 changed files with 173 additions and 0 deletions
+11
View File
@@ -8,6 +8,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"