Files
tai/.yamllint.yml
zphinx 65c74dde5a
All checks were successful
CI / test (push) Successful in 14s
update
Co-authored-by: Copilot <copilot@github.com>
2026-05-04 04:08:50 +02:00

17 lines
224 B
YAML

extends: default
ignore: |
.git/
.venv/
.mypy_cache/
.pytest_cache/
.ruff_cache/
rules:
document-start: disable
line-length:
max: 120
truthy:
allowed-values: ["true", "false"]
check-keys: false