mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
feat: Use python-reorder-imports instead of isort
This commit is contained in:
@ -36,11 +36,12 @@ repos:
|
|||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
args: ['--config=.flake8', '--tee', '--benchmark']
|
args: ['--config=.flake8', '--tee', '--benchmark']
|
||||||
- repo: https://github.com/pycqa/isort
|
- repo: https://github.com/asottile/reorder-python-imports
|
||||||
rev: 5.11.5 # python 3.7 compatible
|
rev: v3.12.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- id: reorder-python-imports
|
||||||
name: isort (python)
|
name: Reorder Python imports
|
||||||
|
args: [--py36-plus]
|
||||||
exclude: >
|
exclude: >
|
||||||
(?x)^(
|
(?x)^(
|
||||||
.*_pb2.py
|
.*_pb2.py
|
||||||
|
Reference in New Issue
Block a user