Skip to content

Commit

Permalink
Lint (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
skearnes authored Sep 27, 2024
1 parent 99c48e8 commit faf2126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ord_schema/message_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
# pylint: disable=too-many-arguments
# pylint: disable=too-many-branches
# pylint: disable=too-many-locals
# pylint: disable=too-many-positional-arguments


def build_compound(
Expand Down
1 change: 1 addition & 0 deletions ord_schema/validations.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@


# pylint: disable=too-many-branches
# pylint: disable=too-many-positional-arguments


@dataclasses.dataclass
Expand Down

0 comments on commit faf2126

Please sign in to comment.