[style] upgrade yapf to the latest version (#12169)

This commit upgrades yapf which fixes the issue of deprecated lib2to3.
This commit is contained in:
Yakun Xu
2025-11-20 00:14:33 +08:00
committed by GitHub
parent 5ce409830b
commit 0fb573177c
4 changed files with 5 additions and 9 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 v19](https://github.com/llvm/llvm-project/releases/tag/llvmorg-19.1.7) for C/C++ and [yapf v0.31.0](https://github.com/google/yapf) for Python.
- `script/make-pretty` requires [clang-format v19](https://github.com/llvm/llvm-project/releases/tag/llvmorg-19.1.7) for C/C++ and [yapf v0.43.0](https://github.com/google/yapf) for Python.
### File Names