@@ -0,0 +1,9 @@
#!/usr/bin/env sh
command -v poetry; EXIT_CODE=$?
if [ "$EXIT_CODE" != "0" ]; then
python -m pip install poetry
fi
poetry install
The note is not visible to the blocked user.