aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShahbaz Youssefi <syoussefi@google.com>2022-11-11 09:18:00 -0500
committerGitHub <noreply@github.com>2022-11-11 09:18:00 -0500
commita8647f59c0b903454b4453acfd8c30e6da6797a8 (patch)
treeb8a1b0f6b7186fd1cc5db70344d8cf9ac0f95c6e
parent68e8327f2932339422eb6a1043ff395e9e602402 (diff)
downloadspirv-tools-a8647f59c0b903454b4453acfd8c30e6da6797a8.tar.gz
Use Python3 for presubmit (#4986)
-rw-r--r--PRESUBMIT.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index dd3117f2..847deb76 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",