Skip to content

Commit

Permalink
chore(.pre-commit-config.yaml): update isort version to 5.11.5 for be…
Browse files Browse the repository at this point in the history
…tter code formatting and import sorting
  • Loading branch information
troublescope committed Jun 30, 2023
1 parent 30c8853 commit d382c1b
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 @@ -14,6 +14,6 @@ repos:
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: '5.9.3'
rev: '5.11.5'
hooks:
- id: isort

0 comments on commit d382c1b

Please sign in to comment.