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

pylint does not work with isort >= 6 #10203

Closed
kesmik opened this issue Jan 28, 2025 · 3 comments · Fixed by #10204
Closed

pylint does not work with isort >= 6 #10203

kesmik opened this issue Jan 28, 2025 · 3 comments · Fixed by #10204
Milestone

Comments

@kesmik
Copy link

kesmik commented Jan 28, 2025

Hello,

I am using renovate to update packages and seems couple hours ago isort released 6.0.0 version.
In pylint pyproject.toml it is stated to use versions <6.

I checked git blame and I do not know any reasons why is that, but maybe it is possible to test it and fix?

The conflict is caused by:
    The user requested isort==6.0.0
    pylint 3.3.3 depends on isort!=5.13.0, <6 and >=4.2.5

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip to attempt to solve the dependency conflict
@DanielNoord
Copy link
Collaborator

@Pierre-Sassoulas Can we do a release for this? I have helped with this release of isort and I don't think there are any breaking changes for us.

@Pierre-Sassoulas Pierre-Sassoulas added this to the 3.3.4 milestone Jan 28, 2025
@Pierre-Sassoulas
Copy link
Member

Sure, let's backport the fix from main and release 3.3.4

@kesmik
Copy link
Author

kesmik commented Jan 28, 2025

Awesome, thank you guys!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants