Merge branch 'ci/fix/isort_incompatible_with_py37_v5.0' into 'release/v5.0'

ci: fix isort py37 incompatible issue (v5.0)

See merge request espressif/esp-idf!22225
This commit is contained in:
Mahavir Jain 2023-02-15 20:25:28 +08:00
commit 9b923dfd21

View File

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