Use Python3 for presubmit (#4986)

This commit is contained in:
Shahbaz Youssefi 2022-11-11 09:18:00 -05:00 committed by GitHub
parent 68e8327f29
commit a8647f59c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,8 @@ See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
for more details about the presubmit API built into depot_tools.
"""
USE_PYTHON3 = True
LINT_FILTERS = [
"-build/storage_class",
"-readability/casting",