[style] bump yapf version to 0.31.0 (#6434)

This commit is contained in:
Simon Lin
2021-04-12 07:30:27 -07:00
committed by GitHub
parent 850468a68a
commit d5855ab74b
8 changed files with 36 additions and 38 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ install_packages_pretty_format()
sudo apt-get --no-install-recommends install -y clang-format-9 clang-tidy-9 || echo 'WARNING: could not install clang-format-9 and clang-tidy-9, which is useful if you plan to contribute C/C++ code to the OpenThread project.'
# add yapf for pretty
python3 -m pip install yapf==0.29.0 || echo 'WARNING: could not install yapf, which is useful if you plan to contribute python code to the OpenThread project.'
python3 -m pip install yapf==0.31.0 || echo 'WARNING: could not install yapf, which is useful if you plan to contribute python code to the OpenThread project.'
# add mdv for local size report
python3 -m pip install mdv || echo 'WARNING: could not install mdv, which is required to post markdown size report for OpenThread.'