ci: Fix pre-commit hook per isort deps deprecation

isorts dependecy became deprecated. Fixed to use 5.12.0 version of isort pre-commit
pull/10716/head
David Cermak 2023-02-02 08:44:09 +01:00
rodzic 86686d164a
commit 2ed027a633
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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