You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a poetry-run pre-commit hook that I can run for custom scripts?
On my django project, I'd like to run a custom script that minified and builds custom assets which is part of a Django app. Using poetry-run hook would offload the need to start up the venv and setup the env to run the code
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a
poetry-run
pre-commit hook that I can run for custom scripts?On my django project, I'd like to run a custom script that minified and builds custom assets which is part of a Django app. Using
poetry-run
hook would offload the need to start up the venv and setup the env to run the codeBeta Was this translation helpful? Give feedback.
All reactions