Skip to content

Commit

Permalink
Dependencies: Update pre-commit requirement isort==5.12.0 (#30)
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 Mar 29, 2023
1 parent 5f42f0a commit 69ac1ff
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 @@ -14,7 +14,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 69ac1ff

Please sign in to comment.