diff options
-rw-r--r-- | .lgtm.yml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,9 +7,6 @@ path_classifiers: # "undefined export" alerts - numpy/random/__init__.py -queries: - - include: py/file-not-closed - extraction: python: python_setup: @@ -19,3 +16,6 @@ extraction: index: build_command: - python3 setup.py build + +queries: + - include: py/file-not-closed |