home: direnv: silence 'layout_poetry'

This commit is contained in:
Bruno BELANYI 2024-09-12 12:07:22 +00:00
parent 6529bea6bb
commit 4f73945e28

View file

@ -14,7 +14,7 @@ layout_poetry() {
fi fi
# create venv if it doesn't exist # create venv if it doesn't exist
poetry run true poetry run -q -- true
# shellcheck disable=2155 # shellcheck disable=2155
export VIRTUAL_ENV=$(poetry env info --path) export VIRTUAL_ENV=$(poetry env info --path)