pre-commit: upgrade isort for python 11 compatibility

This commit is contained in:
Benjamin Renard 2023-07-26 00:36:19 +02:00
parent 892f6aef72
commit 71ecb70e9a

View file

@ -25,7 +25,7 @@ repos:
- id: black
args: ['--target-version', 'py37', '--line-length', '100']
- repo: https://github.com/PyCQA/isort
rev: 5.11.4
rev: 5.12.0
hooks:
- id: isort
args: ['--profile', 'black', '--line-length', '100']