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] committed Jan 23, 2023
1 parent a4cd196 commit c2b3a1c
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 c2b3a1c

Please sign in to comment.