From d20edd726ef8c7815b497df9819718e9f5cd46f2 Mon Sep 17 00:00:00 2001 From: Bas van Schaik Date: Tue, 14 Aug 2018 10:27:32 +0100 Subject: Add lgtm.yml for tweaking LGTM.com analysis --- .lgtm.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .lgtm.yml (limited to '.lgtm.yml') diff --git a/.lgtm.yml b/.lgtm.yml new file mode 100644 index 000000000..3986d547b --- /dev/null +++ b/.lgtm.yml @@ -0,0 +1,9 @@ +path_classifiers: + library: + - tools + generated: + # The exports defined in __init__.py are defined in the Cython module + # np.random.mtrand. By excluding this file we suppress a number of + # "undefined export" alerts + - __init__.py + -- cgit v1.2.1