Skip to content

Commit

Permalink
Dependencies: Update pre-commit requirement isort==5.12.0
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 committed May 8, 2023
1 parent 027eb07 commit 5f5c11c
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 @@ -10,7 +10,7 @@ repos:
- id: check-yaml

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

Expand Down

0 comments on commit 5f5c11c

Please sign in to comment.