Skip to content

Commit

Permalink
Ignore linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ka-sarthak committed Aug 15, 2024
1 parent 31e5e55 commit e0bd00b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nomad_polymerization_reactions/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e0bd00b

Please sign in to comment.