commit | cb11407c93016592a335105fa726c2310a4cea87 | [log] [tgz] |
---|---|---|
author | Jack He <siyuanh@google.com> | Mon Dec 09 17:21:19 2019 -0800 |
committer | Jack He <siyuanh@google.com> | Wed Dec 11 12:29:05 2019 -0800 |
tree | d48e4fd1105d981290defc21fbe9483395421482 | |
parent | acb7dbc960bf8d6b917f57b1949835bccc6e9d12 [diff] [blame] |
Add Python style checker to system/bt * Based on Google style and ensure 4 spaces are used for indentation * http://google.github.io/styleguide/pyguide.html Bug: 146016811 Test: upload CLs Change-Id: I27b9232d59e9e9bd59ca1414ef6f9db85c41a808
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg index 380216c..a473040 100644 --- a/PREUPLOAD.cfg +++ b/PREUPLOAD.cfg
@@ -6,4 +6,5 @@ [Hook Scripts] aosp_first = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} ".*$" +yapf_hook = ./tools/scripts/yapf_checker.py