Merge branch 'ci/fix/isort_incompatible_with_py37' into 'master'

ci: fix isort py37 incompatible issue

See merge request espressif/esp-idf!22222
This commit is contained in:
Fu Hanxi 2023-02-06 18:49:08 +08:00
commit be6b9821c3

View File

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