Skip to content

Commit

Permalink
Dependencies: Update pre-commit requirement isort==5.12.0 (aiidatea…
Browse files Browse the repository at this point in the history
…m#5877)

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

Cherry-pick: dc41653
  • Loading branch information
sphuber committed Feb 7, 2023
1 parent 9aca3e1 commit 209143b
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 @@ -23,7 +23,7 @@ repos:


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

Expand Down

0 comments on commit 209143b

Please sign in to comment.