[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:
Jonathan Hui
2020-04-23 17:14:58 -07:00
committed by GitHub
parent 4f3b66bf7e
commit c0075d42c3
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -116,7 +116,7 @@
- OpenThread uses `script/make-pretty` to reformat code and enforce code format and style. `script/make-pretty check` build target is included in OpenThread's continuous integration and must pass before a pull request is merged.
- `script/make-pretty` requires [clang-format v6.0.0](http://releases.llvm.org/download.html#6.0.0) for C/C++ and [yapf](https://github.com/google/yapf) for Python.
- `script/make-pretty` requires [clang-format v6.0.0](http://releases.llvm.org/download.html#6.0.0) for C/C++ and [yapf v0.29.0](https://github.com/google/yapf) for Python.
### File Names
- File names should match the names and types of what is described in the file. If a file contains many declarations and definitions, the author should choose the one that predominantly describes or that makes the most sense.