Skip to content

Commit 476dcbd

Browse files
pre-commit-ci[bot]veeceey
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2587c4f commit 476dcbd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tests/test_hooks.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,8 @@ def test_hook_new_field_without_alias(self):
301301
"""
302302

303303
def hook(cls, attribs):
304-
return [*attribs,
304+
return [
305+
*attribs,
305306
attr.Attribute(
306307
name="_extra",
307308
default=0,
@@ -321,7 +322,7 @@ def hook(cls, attribs):
321322
on_setattr=None,
322323
alias=None,
323324
inherited=False,
324-
)
325+
),
325326
]
326327

327328
@attr.s(auto_attribs=True, field_transformer=hook)

0 commit comments

Comments
 (0)