poetry-version-plugin icon indicating copy to clipboard operation
poetry-version-plugin copied to clipboard

Don't complain when running poetry in a non git repo

Open davidolrik opened this issue 1 year ago • 0 comments

When ever I run poetry in a non git repo I get the following error:

poetry-git-version-plugin: ValueError: Reference at 'refs/heads/main' does not exist. Ignore Exception.

As it is not a git repo, the plugin should not kick in, an this not show any errors.

davidolrik avatar Sep 15 '23 08:09 davidolrik