update isort to 5.12

main
Rich Piazza 2024-03-18 09:57:59 -04:00
parent 4f0e1d205a
commit 4a3f99f251
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ repos:
args:
- --max-line-length=160
- repo: https://github.com/PyCQA/isort
rev: 5.7.0
rev: 5.12.0
hooks:
- id: isort
name: Sort python imports (shows diff)