Skip to content

Commit c6e648c

Browse files
pre-commit-ci[bot]dukecat0
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 84987e6 commit c6e648c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/pipx/paths.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,17 +156,13 @@ def log_warnings(self):
156156
)
157157
logger.warning(
158158
pipx_wrap(
159-
(
160-
f"{hazard} To see your PIPX_HOME dir: pipx environment --value PIPX_HOME"
161-
),
159+
(f"{hazard} To see your PIPX_HOME dir: pipx environment --value PIPX_HOME"),
162160
subsequent_indent=" " * 4,
163161
)
164162
)
165163
logger.warning(
166164
pipx_wrap(
167-
(
168-
f"{hazard} Most likely fix on macOS: mv ~/Library/Application\\ Support/pipx ~/.local/"
169-
),
165+
(f"{hazard} Most likely fix on macOS: mv ~/Library/Application\\ Support/pipx ~/.local/"),
170166
subsequent_indent=" " * 4,
171167
)
172168
)

0 commit comments

Comments
 (0)