-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Official release still broken with pre-commit (1.7.6?) #293
Comments
PyCQA/docformatter#293 Signed-off-by: Stephen Whitlock <[email protected]>
Just a note, all that's required for pre-commit's autoupdate is to make a new tag in the repo. If folks want to avoid a full release when there may not be changes to the underlying package, that is. I propose a As a workaround, folks can target Edit: the most recent commit sha can also be used: |
Pending versioned release: PyCQA/docformatter#293
Hi, I see that there was some activity regarding this problem, are there no official news when the new release is planned? |
Pin docformatter to the current latest commit on master, because it is otherwise broken with this version of pre-commit (which runs in CI and so CI is failing). PyCQA/docformatter#293
Pin docformatter to the current latest commit on master, because it is otherwise broken with this version of pre-commit (which runs in CI and so CI is failing). PyCQA/docformatter#293
Pin docformatter to the current latest commit on master, because it is otherwise broken with this version of pre-commit (which runs in CI and so CI is failing). PyCQA/docformatter#293
Pin docformatter to the current latest commit on master, because it is otherwise broken with this version of pre-commit (which runs in CI and so CI is failing). PyCQA/docformatter#293
Does anyone know who the primary maintainer of this package is so that we can get some progress made on this issue? |
This uses a custom docformatter, since upstream repository is currently broken, see: PyCQA/docformatter#293
Seriously, how are PRs being merged, but no releases are happening? |
It"s possible to use the commit sha instead of the version in pre-commit:
(But |
- PyCQA/docformatter#293 Signed-off-by: Fabrice Normandin <[email protected]>
Despite the commit modifying docformatter to allow for it to work with pre-commit 4.0, this commit has not been shipped as an official release. Is there any chance we could get a 1.7.6 release with the latest commit to allow us to continue using docformatter as a pre-commit hook with 4.0?
The text was updated successfully, but these errors were encountered: