1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

formatting

This commit is contained in:
Kelly Brazil
2022-06-01 12:13:41 -07:00
parent a7e3d2fc86
commit 3b4ef4a814

View File

@ -285,7 +285,7 @@ def yaml_out(data, pretty=False, env_colors=None, mono=False, piped_out=False, a
# ruamel.yaml versions prior to 0.17.0 the use of __file__ in the
# plugin code is incompatible with the pyoxidizer packager
YAML.official_plug_ins = lambda a: []
yaml=YAML()
yaml = YAML()
yaml.default_flow_style = False
yaml.explicit_start = True
yaml.allow_unicode = not ascii_only