Skip to content

Commit

Permalink
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jul 2, 2022
1 parent 9f21f76 commit 5eea0b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_type_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ class SomeEnum(Enum):


@pytest.mark.parametrize(
"type_annotation", [List[Path], List[SomeEnum], List[str]],
"type_annotation",
[List[Path], List[SomeEnum], List[str]],
)
def test_list_parameters_convert_to_lists(type_annotation):
# Lists containing objects that are converted by Click (i.e. not Path or Enum)
Expand Down

0 comments on commit 5eea0b3

Please sign in to comment.