diff --git a/src/nomad_polymerization_reactions/utils.py b/src/nomad_polymerization_reactions/utils.py index 2ab887e..bd39352 100644 --- a/src/nomad_polymerization_reactions/utils.py +++ b/src/nomad_polymerization_reactions/utils.py @@ -9,9 +9,9 @@ from structlog.stdlib import BoundLogger -def generate_archive_from_json( +def generate_archive_from_json( # noqa: PLR0912, PLR0915 filepath: str, same_dir_as_input: bool = False, logger: 'BoundLogger' = None -): # noqa: PLR0912 +): """ Generate an archive.yaml file from a JSON file coming from the LLM output. Function expects a JSON of the following format: