1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-23 06:43:37 +02:00

Remove spaces around brackets in frontmatter

This commit is contained in:
Boris Verkhovskiy
2024-12-18 15:54:05 -07:00
parent 20b76d188a
commit ce7f340d4c
2 changed files with 3 additions and 3 deletions

View File

@@ -19,14 +19,14 @@ def extract_yaml_frontmatter(file_path):
yaml_config = yamllint.config.YamlLintConfig(
"""{
extends: relaxed,
extends: default,
rules: {
commas: disable,
trailing-spaces: disable,
indentation: disable,
line-length: disable,
empty-lines: disable
}
}
}"""
)