pypi-publish/.yamllint
Sviatoslav Sydorenko 480ec4ed58
Inherit yamllint config from the default preset
This patch also fixes the misconfigured rules definition.
2022-11-30 10:05:59 +01:00

11 lines
95 B
Plaintext

---
extends: default
rules:
indentation:
level: error
indent-sequences: false
...