Skip to content

Commit 9a0429c

Browse files
committed
fix: disable poetry plugin output
1 parent c3cab01 commit 9a0429c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/poetry/initHook.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
poetry env use $(command -v python) --directory="${DEVBOX_PYPROJECT_DIR:-$DEVBOX_DEFAULT_PYPROJECT_DIR}" --no-interaction >&2
3+
poetry env use $(command -v python) --directory="${DEVBOX_PYPROJECT_DIR:-$DEVBOX_DEFAULT_PYPROJECT_DIR}" --no-interaction --quiet >&2

0 commit comments

Comments
 (0)