-
Notifications
You must be signed in to change notification settings - Fork 67
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: |
PyCQA/docformatter#293 Signed-off-by: Stephen Whitlock <[email protected]>
temporary fixed pre-commit version because of PyCQA/docformatter#293
@weibullguy, you were the one who merged the PR that fixed the issue on the master branch. Do you have permissions to create a new tag/release? |
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
until docformatter hook is fixed PyCQA/docformatter#293
The docformatter hook of pre-commit currently does not work with pre-commit >=v4.0.0, so pin to an old version for now. See PyCQA/docformatter#293
Until the docformatter hook is fixed PyCQA/docformatter#293
This PR sets ubuntu version to 22.04 for scripts run with python 3.7. Reference: [ADDON-75861](https://splunk.atlassian.net/browse/ADDON-75861) Python version for pre-commit can not be updated to latest version due to open issue with the docformatter hook. Reference: PyCQA/docformatter#289, PyCQA/docformatter#293
Hi, I was wondering if there's any updates on bumping the version? |
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: