-
-
Notifications
You must be signed in to change notification settings - Fork 590
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
pip-shims<=0.3.4 #2079
Comments
See #2077. |
This should be fixed in the latest version of isort |
4 tasks
orontee
added a commit
to orontee/argos
that referenced
this issue
Jan 29, 2023
disrupted
added a commit
to bakdata/kpops
that referenced
this issue
Jan 30, 2023
This was referenced Jan 30, 2023
mikemckiernan
added a commit
to mikemckiernan/sphinx-design
that referenced
this issue
Feb 2, 2023
Running `pre-commit run --all-files` on ref `6df4751`, the current `main` branch, fails to complete and reports the foll in the error: [extras.pipfile_deprecated_finder.2] 'pip-shims<=0.3.4' does not match '^[a-zA-Z-_.0-9]+$' I _think_ this is related to PyCQA/isort#2079. I'm proposing that we update to the same isort that the isort repo currently uses.
choldgraf
pushed a commit
to executablebooks/sphinx-design
that referenced
this issue
Apr 6, 2023
Running `pre-commit run --all-files` on ref `6df4751`, the current `main` branch, fails to complete and reports the foll in the error: [extras.pipfile_deprecated_finder.2] 'pip-shims<=0.3.4' does not match '^[a-zA-Z-_.0-9]+$' I _think_ this is related to PyCQA/isort#2079. I'm proposing that we update to the same isort that the isort repo currently uses.
Julian
added a commit
to python-jsonschema/schemastore
that referenced
this issue
Oct 1, 2023
trollkarlen
added a commit
to trollkarlen/jupyterhub-announcement
that referenced
this issue
Oct 31, 2024
updated isort due to PyCQA/isort#2079 updated flake8 due to https://stackoverflow.com/questions/73929564/entrypoints-object-has-no-attribute-get-digital-ocean Signed-off-by: Robert Marklund <robbelibobban@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am getting "poetry configuration is invalid" when trying to commit my code on GitHub
here is the pre-commit log https://pastebin.com/9mtszQdP
I was able to fix it by removing the
pip-shims<=0.3.4
by accessing the pre-commit-->isort cache but I don't know how I could do that in GitHub workflowThe text was updated successfully, but these errors were encountered: