Skip to content
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

Open
Eutropios opened this issue Oct 14, 2024 · 3 comments
Open

Official release still broken with pre-commit (1.7.6?) #293

Eutropios opened this issue Oct 14, 2024 · 3 comments
Labels
fresh This is a new issue

Comments

@Eutropios
Copy link

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?

@github-actions github-actions bot added the fresh This is a new issue label Oct 14, 2024
segsell added a commit to OpenSourceEconomics/dcegm that referenced this issue Oct 14, 2024
jshwi added a commit to jshwi/docsig that referenced this issue Oct 15, 2024
@GriceTurrble
Copy link

GriceTurrble commented Oct 17, 2024

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 v1.7.5-post1?

As a workaround, folks can target rev: "master" in their configs.

Edit: the most recent commit sha can also be used: rev: "eb1df347edd128b30cd3368dddc3aa65edcfac38"

@nfelt14
Copy link

nfelt14 commented Oct 21, 2024

@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?

samuelhwilliams added a commit to communitiesuk/funding-service-design-assessment-store that referenced this issue Oct 24, 2024
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
samuelhwilliams added a commit to communitiesuk/funding-service-design-assessment-store that referenced this issue Oct 24, 2024
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
hamzabinkhalid pushed a commit to communitiesuk/funding-service-design-assessment-store that referenced this issue Oct 24, 2024
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
azmeuk added a commit to yaal-coop/canaille that referenced this issue Oct 27, 2024
until docformatter hook is fixed
PyCQA/docformatter#293
m-appel added a commit to InternetHealthReport/internet-yellow-pages that referenced this issue Oct 28, 2024
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
azmeuk added a commit to yaal-coop/canaille that referenced this issue Oct 28, 2024
dvarasani-crest added a commit to splunk/addonfactory-solutions-library-python that referenced this issue Oct 30, 2024
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
@jkanche
Copy link

jkanche commented Nov 4, 2024

@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?

Hi, I was wondering if there's any updates on bumping the version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fresh This is a new issue
Projects
None yet
Development

No branches or pull requests

4 participants