summaryrefslogtreecommitdiff
path: root/.lgtm.yml
blob: 242afd59708a446a5cdb413c0245039490081eeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
path_classifiers:
  library:
    - tools
    - numpy/_version.py
  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
    after_prepare:
      - pip3 install --upgrade --user cython
      - export PATH="$HOME/.local/bin:$PATH"

queries:
  - include: py/file-not-closed