ci: Fix pre-commit hook per isort deps deprecation

isorts dependecy became deprecated. Fixed to use 5.12.0 version of isort pre-commit
This commit is contained in:
David Cermak 2023-02-02 08:44:09 +01:00
parent 6cef87fea3
commit 6e29d3c8ad

View File

@ -36,7 +36,7 @@ repos:
- id: flake8
args: ['--config=.flake8', '--tee', '--benchmark']
- repo: https://github.com/pycqa/isort
rev: 5.9.3
rev: 5.12.0
hooks:
- id: isort
name: isort (python)