From e0bd00b11d3aa15a172e99f73847c033601b5ae0 Mon Sep 17 00:00:00 2001 From: Sarthak Kapoor Date: Thu, 15 Aug 2024 15:41:07 +0200 Subject: [PATCH] Ignore linting errors --- src/nomad_polymerization_reactions/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: