mirror of
https://github.com/espressif/openthread.git
synced 2026-08-15 15:17:46 +00:00
[pretty] fix yapf version to 0.29.0 (#4880)
v0.30.0 (released on 2020-04-23) introduces formatting changes that are not compatible with v0.29.0.
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ install_packages_apt()
|
||||
sudo apt-get --no-install-recommends install -y clang-format-6.0
|
||||
|
||||
# add yapf for pretty
|
||||
python3 -m pip install yapf || echo 'Failed to install python code formatter yapf. Install it manually if you need.'
|
||||
python3 -m pip install yapf==0.29.0 || echo 'Failed to install python code formatter yapf. Install it manually if you need.'
|
||||
|
||||
# add mdv for local size report
|
||||
python3 -m pip install mdv || echo 'Failed to install markdown render. Install it manually if you need.'
|
||||
|
||||
Reference in New Issue
Block a user