From 3c7e0c1ac22f1fc2a2ac31044a809d73a20c9bb7 Mon Sep 17 00:00:00 2001 From: Jay Townsend Date: Sun, 22 Sep 2019 22:24:22 +0100 Subject: [PATCH] Make sure we set lgtm.yml to use python3 Signed-off-by: Jay Townsend --- .lgtm.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.lgtm.yml b/.lgtm.yml index 379ccefc..41a9c6c2 100644 --- a/.lgtm.yml +++ b/.lgtm.yml @@ -1,3 +1,8 @@ queries: - exclude: py/import-and-import-from - - exclude: py/polluting-import \ No newline at end of file + - exclude: py/polluting-import + +extraction: + python: + python_setup: + version: 3 \ No newline at end of file