From 85e22fb89bb855d4a0ba9277a5a6c1172d101154 Mon Sep 17 00:00:00 2001 From: dmiller Date: Thu, 10 Sep 2020 15:36:03 +0000 Subject: [PATCH] Tell LGTM to use the correct version of Python (2) --- .lgtm.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.lgtm.yml b/.lgtm.yml index ba170c958..78d3cc820 100644 --- a/.lgtm.yml +++ b/.lgtm.yml @@ -14,3 +14,6 @@ extraction: # We don't have any js code in our codebase, but LGTM tries to run on any HTML. index: exclude: "*" + python: + python_setup: + version: 2