summaryrefslogtreecommitdiff
path: root/.lgtm.yml
blob: c1c54ec3cac3f165f940fce91a72eb2910b68dcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
    - numpy/random/__init__.py

extraction:
  python:
    python_setup:
        requirements:
          - cython>=0.29
  cpp:
    index:
      build_command:
        - python3 setup.py build