diff options
author | Bas van Schaik <github@s.traiectum.net> | 2018-08-14 10:27:32 +0100 |
---|---|---|
committer | Bas van Schaik <github@s.traiectum.net> | 2018-08-14 16:38:58 +0100 |
commit | d20edd726ef8c7815b497df9819718e9f5cd46f2 (patch) | |
tree | 0e9ffafd98c5e3cd7bd7856155196e51ad6a630d /.lgtm.yml | |
parent | a1b3f26cbfd5d43ad70a4b75f46b417d71a55f93 (diff) | |
download | numpy-d20edd726ef8c7815b497df9819718e9f5cd46f2.tar.gz |
Add lgtm.yml for tweaking LGTM.com analysis
Diffstat (limited to '.lgtm.yml')
-rw-r--r-- | .lgtm.yml | 9 |
1 files changed, 9 insertions, 0 deletions
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 + |