Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update isort to avoid poetry-core breaking change
poetry-core 1.5.0 introduced a breaking change (in a minor version) by altering parsing of `extras` metadata (python-poetry/poetry-core#542). This broke package builds from source for isort (PyCQA/isort#2077), which is how pre-commit installs isort. This commit will update pre-commit to the fixed version of isort.
- Loading branch information