Initial commit

This commit is contained in:
2023-06-26 19:35:49 +10:00
commit 86a392201c
2 changed files with 20 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
repos:
- repo: 'https://github.com/adrienverge/yamllint'
rev: v1.32.0
hooks:
- id: 'yamllint'
args:
[
"-d {extends: relaxed, rules: {line-length: disable}, ignore: chart}",
"-s",
]