mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
ci: fix isort py37 incompatible issue
This commit is contained in:
@@ -35,7 +35,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)
|
||||
|
Reference in New Issue
Block a user