Skip to content

Commit

Permalink
Update isort version to 5.12.0
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).

This is fixed in 5.12.0.

xref: rapidsai/cudf#12645
  • Loading branch information
ajschmidt8 committed Feb 1, 2023
1 parent 8a66080 commit e294785
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 @@ -13,7 +13,7 @@ repos:
# - id: end-of-file-fixer
# - id: debug-statements
- repo: https://github.com/PyCQA/isort
rev: 5.11.4
rev: 5.12.0
hooks:
- id: isort
files: ^python/cucim/src/.*
Expand Down

0 comments on commit e294785

Please sign in to comment.