Merge branch 'feature/python-reorder-imports-instead-isort_v5.2' into 'release/v5.2'

feat: Use python-reorder-imports instead of isort (v5.2)

See merge request espressif/esp-idf!28731
This commit is contained in:
Roland Dobai
2024-02-18 15:33:45 +08:00

View File

@ -41,11 +41,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.12.0 # python 3.8 compatible rev: v3.12.0
hooks: hooks:
- id: isort - id: reorder-python-imports
name: isort (python) name: Reorder Python imports
args: [--py38-plus]
exclude: > exclude: >
(?x)^( (?x)^(
.*_pb2.py .*_pb2.py