mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -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
b780287e3b
commit
b74bdaceee
@ -205,7 +205,7 @@ repos:
|
||||
- id: conventional-precommit-linter
|
||||
stages: [commit-msg]
|
||||
- repo: https://github.com/espressif/astyle_py.git
|
||||
rev: v1.0.2
|
||||
rev: v1.0.5
|
||||
hooks:
|
||||
- id: astyle_py
|
||||
# If you are modifying astyle version, update tools/format.sh as well
|
||||
|
Loading…
Reference in New Issue
Block a user