Skip to content

Commit

Permalink
chore: bump isort to 5.12.0 to fix ci (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Feb 14, 2023
1 parent 1677f3d commit e47e2f1
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 @@ -39,7 +39,7 @@ repos:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/psf/black
Expand Down

0 comments on commit e47e2f1

Please sign in to comment.