Skip to content

Commit

Permalink
pre-commit: Update isort version to 5.12.0 (#877)
Browse files Browse the repository at this point in the history
poetry version 1.5.0 broke installs of isort prior to 5.11.5 (see PyCQA/isort#2077 and PyCQA/isort#2078), so we need to upgrade.

Authors:
  - Lawrence Mitchell (https://github.com/wence-)

Approvers:
  - H. Thomson Comer (https://github.com/thomcom)
  - Mark Harris (https://github.com/harrism)

URL: #877
  • Loading branch information
wence- authored Jan 31, 2023
1 parent f967893 commit 870b164
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 @@ -2,7 +2,7 @@

repos:
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
# Use the config file specific to each subproject so that each
Expand Down

0 comments on commit 870b164

Please sign in to comment.