Make sure we set lgtm.yml to use python3

Signed-off-by: Jay Townsend <townsend891@hotmail.com>
This commit is contained in:
Jay Townsend 2019-09-22 22:24:22 +01:00
parent 6de05139bf
commit 3c7e0c1ac2

View file

@ -1,3 +1,8 @@
queries: queries:
- exclude: py/import-and-import-from - exclude: py/import-and-import-from
- exclude: py/polluting-import - exclude: py/polluting-import
extraction:
python:
python_setup:
version: 3