Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Restrict isort to a version before 5.0.0 #90

Closed
wants to merge 1 commit into from

Commits on Jul 7, 2020

  1. Restrict isort to a version before 5.0.0

    flake8-isort has [pinned itself to isort 4.x](gforcada/flake8-isort#88), and [so has pylint](https://github.com/PyCQA/pylint/blob/master/pylint/__pkginfo__.py#L41), but dephell hits some kind of infinite recursion trying to resolve this between those two packages, and the unqualified `isort[pyproject]` dependency in pyproject.toml.
    
    By restricting isort, dephell can complete installing.
    mjpieters committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    cf9f7f9 View commit details
    Browse the repository at this point in the history