Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and dimbleby committed Sep 24, 2022
1 parent 92e158a commit 9f58ecf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/packages/test_vcs_dependency.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@
),
(
{"branch": "main", "directory": "sub"},
"poetry @ git+https:/python-poetry/poetry.git"
"@main#subdirectory=sub",
(
"poetry @ git+https:/python-poetry/poetry.git"
"@main#subdirectory=sub"
),
),
],
)
Expand Down

0 comments on commit 9f58ecf

Please sign in to comment.