pre-commit: Bump isort from 5.10.1 to 5.11.5

This fixes python 3.7 support due to poetry, a dependency of isort, that
removed support for that Python version in a recent release.
This commit is contained in:
Antoine Lambert 2023-02-02 11:07:28 +01:00
parent bcf30aba90
commit 36179044ad

View file

@ -32,7 +32,7 @@ repos:
types: [python]
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.11.5
hooks:
- id: isort