Skip to content

Commit 9f58ecf

Browse files
pre-commit-ci[bot]dimbleby
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 92e158a commit 9f58ecf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/packages/test_vcs_dependency.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@
3939
),
4040
(
4141
{"branch": "main", "directory": "sub"},
42-
"poetry @ git+https://github.com/python-poetry/poetry.git"
43-
"@main#subdirectory=sub",
42+
(
43+
"poetry @ git+https://github.com/python-poetry/poetry.git"
44+
"@main#subdirectory=sub"
45+
),
4446
),
4547
],
4648
)

0 commit comments

Comments
 (0)