Skip to content

Commit

Permalink
pre-commit: Update isort version to 5.12.0 (rapidsai#1215)
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:
  - Ben Frederickson (https://github.com/benfred)

URL: rapidsai#1215
  • Loading branch information
wence- authored Jan 31, 2023
1 parent f4ceb58 commit 4f33aab
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 4f33aab

Please sign in to comment.