Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsihag committed Oct 30, 2023
1 parent 0acbd86 commit c6b7bb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boa/core/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def get_metadata(yml, config, is_pyproject_recipe=False):

d = toml.load(fi)["tool"]["boa"]
else:
loader = YAML(typ="safe")
loader = YAML(typ="safe", pure=True)
d = loader.load(fi)
o = Output(d, config)
return MetaData(os.path.dirname(yml), o)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"jinja2",
"setuptools",
"rich",
"ruamel.yaml",
"ruamel.yaml >=0.18.0",
"json5",
"watchgod",
"prompt-toolkit",
Expand Down

0 comments on commit c6b7bb2

Please sign in to comment.