build: use python3 to lint (#33627)
This commit is contained in:
parent
caddc83cfe
commit
c9fd255093
5 changed files with 13 additions and 60 deletions
|
@ -28,7 +28,7 @@ For C++ and Python, we follow Chromium's [Coding
|
|||
Style](https://chromium.googlesource.com/chromium/src/+/refs/heads/main/styleguide/styleguide.md).
|
||||
There is also a script `script/cpplint.py` to check whether all files conform.
|
||||
|
||||
The Python version we are using now is Python 2.7.
|
||||
The Python version we are using now is Python 3.9.
|
||||
|
||||
The C++ code uses a lot of Chromium's abstractions and types, so it's
|
||||
recommended to get acquainted with them. A good place to start is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue