From 7e24af13c970e8d7212a3cea05fc0f8c39da7777 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 01:00:25 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/poetry/console/commands/install.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/poetry/console/commands/install.py b/src/poetry/console/commands/install.py index 8e678a59cb0..7cde2f468b1 100644 --- a/src/poetry/console/commands/install.py +++ b/src/poetry/console/commands/install.py @@ -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, ),