mirror of
https://github.com/espressif/openthread.git
synced 2026-07-31 08:07:47 +00:00
[style] change python yapf column_limit to 119 (#5339)
This commit is contained in:
+2
-2
@@ -114,7 +114,7 @@ do_python_format()
|
||||
echo -e '======================'
|
||||
|
||||
git ls-files "${OT_PYTHON_SOURCES[@]}" | grep -v -E "^($(echo "${OT_EXCLUDE_DIRS[@]}" | tr ' ' '|'))" \
|
||||
| xargs -n10 -P"$OT_BUILD_JOBS" python3 -m yapf --verbose --style google -ipr
|
||||
| xargs -n10 -P"$OT_BUILD_JOBS" python3 -m yapf --verbose --style '{based_on_style: google, column_limit: 119}' -ipr
|
||||
}
|
||||
|
||||
do_python_check()
|
||||
@@ -124,7 +124,7 @@ do_python_check()
|
||||
echo -e '====================='
|
||||
|
||||
git ls-files "${OT_PYTHON_SOURCES[@]}" | grep -v -E "^($(echo "${OT_EXCLUDE_DIRS[@]}" | tr ' ' '|'))" \
|
||||
| xargs -n10 -P"$OT_BUILD_JOBS" python3 -m yapf --verbose --style google -dpr
|
||||
| xargs -n10 -P"$OT_BUILD_JOBS" python3 -m yapf --verbose --style '{based_on_style: google, column_limit: 119}' -dpr
|
||||
}
|
||||
|
||||
do_shell_format()
|
||||
|
||||
Reference in New Issue
Block a user