From a8647f59c0b903454b4453acfd8c30e6da6797a8 Mon Sep 17 00:00:00 2001 From: Shahbaz Youssefi Date: Fri, 11 Nov 2022 09:18:00 -0500 Subject: Use Python3 for presubmit (#4986) --- PRESUBMIT.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PRESUBMIT.py b/PRESUBMIT.py index dd3117f22..847deb763 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -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", -- cgit v1.2.3