We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6fc9e1 commit 1d4186cCopy full SHA for 1d4186c
docs/docsite/reformat-yaml.py
@@ -12,7 +12,6 @@
12
def main() -> None:
13
yaml = YAML(typ='rt')
14
yaml.indent(mapping=2, sequence=4, offset=2)
15
- yaml.allow_duplicate_keys = True
16
17
# Load
18
data = yaml.load(sys.stdin)
0 commit comments