Skip to content

Commit 2f5dd3b

Browse files
committed
Format integration test script
Although the previous formatting was compliant with the python:check task, it changes when the python:format task is run (due to differences between flake8 and black).
1 parent 592badc commit 2f5dd3b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/test_all.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,7 @@ def run_command(pytestconfig, working_dir) -> typing.Callable[..., invoke.runner
189189
arduino_lint_path = pathlib.Path(pytestconfig.rootdir).parent / "arduino-lint"
190190

191191
def _run(
192-
cmd: list,
193-
custom_working_dir: typing.Optional[str] = None,
194-
custom_env: typing.Optional[dict] = None
192+
cmd: list, custom_working_dir: typing.Optional[str] = None, custom_env: typing.Optional[dict] = None
195193
) -> invoke.runners.Result:
196194
if cmd is None:
197195
cmd = []

0 commit comments

Comments
 (0)