Skip to content

pylint does not work with isort >= 6 #10203

Closed
@kesmik

Description

@kesmik

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions