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 adriangb committed Mar 6, 2023
1 parent d9bd501 commit 7e24af1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/poetry/console/commands/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ class InstallCommand(InstallerCommand):
option(
"no-path",
None,
"Do not install any path dependencies "
"(useful to install dependencies without source code, e.g. for caching)",
(
"Do not install any path dependencies "
"(useful to install dependencies without source code, e.g. for caching)"
),
flag=True,
multiple=False,
),
Expand Down

0 comments on commit 7e24af1

Please sign in to comment.