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
Basically, pre-commit doesn't support the keyword venv anymore, but the docformatter repo is still using the venv hook in its .pre-commit-hooks.yaml. This fails all of the pre-commit tests. That hook is already removed in the master branch, but unfortunately not in the latest release.
The text was updated successfully, but these errors were encountered:
This is a fresh issue fixed only several days ago in docformatter: PyCQA/docformatter#289
There is another issue requesting for a new release:PyCQA/docformatter#293. If it could not happen very soon, we could consider switching to the master branch
yuema137
changed the title
Precommit removed the support for venv
Pre-commit removed the support for venv
Oct 15, 2024
See this post: https://stackoverflow.com/questions/79057817/invalidmanifesterror-at-key-language-expected-one-of-but-got-python-venv
And the pre-commit config in
straxen
: https://github.com/XENONnT/straxen/blob/df0d4887fd26a2350dcbec1567bca9aedff8b361/.pre-commit-config.yaml#L23C11-L23C48Basically,
pre-commit
doesn't support the keywordvenv
anymore, but the docformatter repo is still using thevenv
hook in its .pre-commit-hooks.yaml. This fails all of thepre-commit
tests. That hook is already removed in the master branch, but unfortunately not in the latest release.The text was updated successfully, but these errors were encountered: