Skip to content

Commit

Permalink
FixIsortVersionDeps: Use isort 5.11.5
Browse files Browse the repository at this point in the history
This fixes the incompatibility issue with poetry core that showed up in
CI. In isort 5.12.0, support for python 3.7 was dropped, so we need to
stay below that. This release was a hotfix patch to support <3.8

https://stackoverflow.com/a/75295105
https://github.com/PyCQA/isort/releases/tag/5.11.5

Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
  • Loading branch information
gabe-l-hart committed Feb 19, 2024
1 parent 16e7322 commit d0c1a0d
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 @@ -9,7 +9,7 @@ repos:
- id: black
exclude: imports
- repo: https://github.com/PyCQA/isort
rev: 5.6.3
rev: 5.11.5
hooks:
- id: isort
exclude: imports

0 comments on commit d0c1a0d

Please sign in to comment.