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
The README suggests running pixi run generate /path/to/hook to generate a new project.
This runs copier copy --vcs-ref=HEAD --trust . /path/to/hook, which generates a project with _src_path pointing to the current (local) directory instead of to the GitHub repository.
This in turn breaks the auto-updater as it can't determine which template is used by the repository.
The text was updated successfully, but these errors were encountered:
AdrianFreundQC
pushed a commit
to Quantco/pre-commit-mirrors-yamllint
that referenced
this issue
Feb 5, 2024
The README suggests running
pixi run generate /path/to/hook
to generate a new project.This runs
copier copy --vcs-ref=HEAD --trust . /path/to/hook
, which generates a project with_src_path
pointing to the current (local) directory instead of to the GitHub repository.This in turn breaks the auto-updater as it can't determine which template is used by the repository.
The text was updated successfully, but these errors were encountered: