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
I have my poetry project in a subdirectory in the git repository. Running poetry run githooks setup fails with This is not a Git repository. Run 'git init' first. It would be nice to have the ability to overwrite GIT_DIR in settings in such cases.
The text was updated successfully, but these errors were encountered:
If you have some general guidelines on how to implement this then yeah, sure. Simply reading from environment variables with a fallback to current implementation sounds ok?
Hey,
I have my poetry project in a subdirectory in the git repository. Running
poetry run githooks setup
fails withThis is not a Git repository. Run 'git init' first
. It would be nice to have the ability to overwriteGIT_DIR
in settings in such cases.The text was updated successfully, but these errors were encountered: