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
error: pathspec 'v4.0.0a1' did not match any file(s) known to git
Using 3.2.0 returns ModuleNotFoundError: No module named 'vistir.compat'
.pre-commit-config.yaml:
repos:
- repo: https://github.com/Madoshakalaka/pipenv-setuprev: "v3.2.0"# pick a git hash / tag to point tohooks:
- id: pipenv-setuplanguage: pythonentry: pipenv-setuplanguage_version: python3files: Pipfile(\.lock)?|setup\.py
As recommended in #109 my Pipfile does not contain pipenv-setup but relies on pre-commit's auto-install
However I'm able to run pipenv-setup without pre-commit by installing it manually via pipenv and vistir = "0.6.1"
The text was updated successfully, but these errors were encountered:
The documentation shows
v4.0.0a1
which returns:error: pathspec 'v4.0.0a1' did not match any file(s) known to git
Using
3.2.0
returnsModuleNotFoundError: No module named 'vistir.compat'
.pre-commit-config.yaml:
As recommended in #109 my Pipfile does not contain
pipenv-setup
but relies on pre-commit's auto-installHowever I'm able to run pipenv-setup without pre-commit by installing it manually via pipenv and vistir = "0.6.1"
The text was updated successfully, but these errors were encountered: