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 Jul 22, 2024
1 parent 4cd890e commit 936d1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nitpick/blender.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def __call__(self) -> Comparison:

return self

def _compare_list_elements( # pylint: disable=too-many-arguments # noqa: PLR0913
def _compare_list_elements( # pylint: disable=too-many-arguments
self, key: str, parent_key: str, child_key: str, actual_detail: ListDetail, expected_detail: ListDetail
) -> None:
"""Compare list elements by their keys or hashes."""
Expand Down

0 comments on commit 936d1e4

Please sign in to comment.