diff --git a/.yamllint.yaml b/.yamllint.yaml index a7fa92d8fe..7fe5a117c4 100644 --- a/.yamllint.yaml +++ b/.yamllint.yaml @@ -1,8 +1,12 @@ yaml-files: -- '*.yaml' -- '*.yml' +- "*.yaml" +- "*.yml" - .yamllint +ignore: | + wandb + * + rules: braces: forbid: non-empty @@ -10,8 +14,7 @@ rules: forbid: false colons: enable commas: enable - comments: - min-spaces-from-content: 1 + comments: enable comments-indentation: enable document-end: present: false @@ -27,14 +30,13 @@ rules: key-duplicates: enable key-ordering: disable line-length: - max: 120 allow-non-breakable-words: true allow-non-breakable-inline-mappings: true new-line-at-end-of-file: enable new-lines: enable octal-values: enable quoted-strings: - quote-type: any + quote-type: double required: false trailing-spaces: enable truthy: disable