Skip to content

Commit

Permalink
Dependencies: Update pre-commit requirement isort==5.12.0 (#883)
Browse files Browse the repository at this point in the history
Older versions were breaking due to a release of `poetry-core` causing
our pre-commit job in the CI to fail. For details, see:
PyCQA/isort#2077
  • Loading branch information
sphuber authored Jan 30, 2023
1 parent 19eaddc commit 154cd06
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 @@ -19,7 +19,7 @@ repos:
- id: flynt

- repo: https://github.com/pycqa/isort
rev: '5.10.1'
rev: '5.12.0'
hooks:
- id: isort

Expand Down

0 comments on commit 154cd06

Please sign in to comment.