Add pre-commit yamllint

This commit is contained in:
6543 2024-01-12 22:01:33 +01:00
parent 0945af9773
commit 04e02c0182
No known key found for this signature in database
GPG key ID: B8BE6D610E61C862

9
.yamllint.yaml Normal file
View file

@ -0,0 +1,9 @@
extends: default
ignore-from-file:
- .gitignore
rules:
line-length: disable
document-start: disable
comments: disable