Skip to content

Commit

Permalink
Merge branch 'ci/fix/isort_incompatible_with_py37_v5.0' into 'release…
Browse files Browse the repository at this point in the history
…/v5.0'

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

See merge request espressif/esp-idf!22225
  • Loading branch information
mahavirj committed Feb 15, 2023
2 parents 885e501 + d764b86 commit 9b923df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repos:
- id: flake8
args: ['--config=.flake8', '--tee', '--benchmark']
- repo: https://github.com/pycqa/isort
rev: 5.9.3
rev: 5.11.5 # python 3.7 compatible
hooks:
- id: isort
name: isort (python)
Expand Down

0 comments on commit 9b923df

Please sign in to comment.