Skip to content

Commit 0452674

Browse files
jschfflrclaude
andcommitted
style: fix ruff formatting in test_install.py
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5431c8e commit 0452674

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tests/test_install.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,10 @@ def test_no_flag_exits_with_validation_error(self) -> None:
5151
install(skills=False)
5252

5353
def test_skills_flag_prints_success(self, tmp_path: Path) -> None:
54-
with patch("qodev_gitlab_cli.commands.install.console") as mock_console, \
55-
patch("qodev_gitlab_cli.commands.install.Path") as mock_path:
54+
with (
55+
patch("qodev_gitlab_cli.commands.install.console") as mock_console,
56+
patch("qodev_gitlab_cli.commands.install.Path") as mock_path,
57+
):
5658
mock_path.cwd.return_value = tmp_path
5759
install(skills=True)
5860

0 commit comments

Comments
 (0)