Skip to content

Commit

Permalink
Bump isort to 5.12.0 in pre-commit config (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
2xyo committed Oct 13, 2023
1 parent 04a4336 commit 0ae4459
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 @@ -28,7 +28,7 @@ repos:
- --max-line-length=90
- --exclude=tests,test*.py
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
name: isort (python)
Expand Down

0 comments on commit 0ae4459

Please sign in to comment.