Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 28, 2024
1 parent b509f66 commit 37b91fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion singer_sdk/mapper_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def map_activate_version_message(

def map_batch_message( # noqa: PLR6301
self,
message_dict: dict, # noqa: ARG002
message_dict: dict,
) -> t.Iterable[singer.Message]:
"""Map a batch message to zero or more new messages.
Expand Down
6 changes: 3 additions & 3 deletions singer_sdk/testing/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,9 @@ def non_null_attribute_values(self) -> list[t.Any]:
@classmethod
def evaluate(
cls,
stream: Stream, # noqa: ARG003
property_name: str, # noqa: ARG003
property_schema: dict, # noqa: ARG003
stream: Stream,
property_name: str,
property_schema: dict,
) -> bool:
"""Determine if this attribute test is applicable to the given property.
Expand Down

0 comments on commit 37b91fc

Please sign in to comment.