Skip to content

Commit ff0df87

Browse files
Newline for function args.
Co-authored-by: Patrick J. Roddy <[email protected]>
1 parent 127fd27 commit ff0df87

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tests/test_package_generation.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ def get_all_files_folders(root_path: pathlib.Path) -> set[pathlib.Path]:
3636

3737

3838
def test_package_generation(
39-
default_config_with: typing.Callable, generate_package: typing.Callable
39+
default_config_with: typing.Callable,
40+
generate_package: typing.Callable,
4041
) -> None:
4142
"""Test package generation."""
4243
# Not having a git repo makes it easier to check in/out reference
@@ -111,7 +112,8 @@ def test_pip_installable(
111112

112113
@pytest.mark.parametrize("funder", ["", "STFC", "UKRI", "Wellcome Trust"])
113114
def test_optional_funder(
114-
funder: str, default_config_with: typing.Callable, generate_package: typing.Callable
115+
funder: str, default_config_with: typing.Callable,
116+
generate_package: typing.Callable
115117
) -> None:
116118
"""Test specifying funder or not in package generation."""
117119
config = default_config_with("funder", funder)

0 commit comments

Comments
 (0)