mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
fix(ci): bump astyle version to v1.0.5 in .pre-commit-config.yaml
pyyaml have problem with newer cython(3.0), this was fixed in pyyaml 6.0.1, which requires cython<3.0. The pyyaml dependency in astyle was fixed in v1.0.5, but the pre-commit config is still useing v1.0.2. As a result the pre-commit hooks installation of astyle can fail on pyyaml. Fix this by bumping the astyle version for pre-commit. Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
This commit is contained in:
parent
65cdca7696
commit
3588267e67
@ -205,7 +205,7 @@ repos:
|
|||||||
- id: conventional-precommit-linter
|
- id: conventional-precommit-linter
|
||||||
stages: [commit-msg]
|
stages: [commit-msg]
|
||||||
- repo: https://github.com/espressif/astyle_py.git
|
- repo: https://github.com/espressif/astyle_py.git
|
||||||
rev: v1.0.2
|
rev: v1.0.5
|
||||||
hooks:
|
hooks:
|
||||||
- id: astyle_py
|
- id: astyle_py
|
||||||
# If you are modifying astyle version, update tools/format.sh as well
|
# If you are modifying astyle version, update tools/format.sh as well
|
||||||
|
Loading…
x
Reference in New Issue
Block a user