Skip to content

Commit

Permalink
Update isort to avoid poetry-core breaking change
Browse files Browse the repository at this point in the history
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
br3ndonland committed Feb 9, 2023
1 parent 53e2abb commit b289ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- id: flake8
args: [--max-line-length=88]
- repo: https://github.com/pycqa/isort
rev: 5.11.4
rev: 5.12.0
hooks:
- id: isort
args: [--filter-files]
Expand Down

0 comments on commit b289ee9

Please sign in to comment.