forked from espressif/esp-idf
Merge branch 'ci/fix/isort_incompatible_with_py37_v4.3' into 'release/v4.3'
ci: fix isort py37 incompatible issue (v4.3) See merge request espressif/esp-idf!22227
This commit is contained in:
@ -31,7 +31,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.12.0
|
rev: 5.11.5 # python 3.7 compatible
|
||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- id: isort
|
||||||
name: isort (python)
|
name: isort (python)
|
||||||
|
Reference in New Issue
Block a user