chore: bump isort to 5.12.0 to fix ci (#195)

This commit is contained in:
J. Nick Koston
2023-02-13 18:10:54 -06:00
committed by GitHub
parent 08b2f12256
commit 7b04136822
2 changed files with 349 additions and 254 deletions

View File

@@ -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