From 380b9071bedb51f34d96e06c54e3016f64b305c3 Mon Sep 17 00:00:00 2001 From: "Michael Hirsch, Ph.D" Date: Tue, 26 Nov 2019 16:18:50 -0500 Subject: ci: lgtm: configure for Python 3 LGTM is currently giving spurious errors since LGTM is defaulting to Python 2 for Meson. --- lgtm.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lgtm.yml diff --git a/lgtm.yml b/lgtm.yml new file mode 100644 index 0000000..62d8cb4 --- /dev/null +++ b/lgtm.yml @@ -0,0 +1,4 @@ +extraction: + python: + python_setup: + version: 3 \ No newline at end of file -- cgit v1.1