File: .lgtm.yml

package info (click to toggle)
python-mitogen 0.3.27-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,668 kB
  • sloc: python: 24,196; sh: 198; makefile: 74; perl: 19; ansic: 18
file content (10 lines) | stat: -rw-r--r-- 348 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
path_classifiers:
  library:
    - "mitogen/compat"
    - "ansible_mitogen/compat"
queries:
  # Mitogen 2.4 compatibility trips this query everywhere, so just disable it
  - exclude: py/unreachable-statement
  - exclude: py/should-use-with
  # mitogen.core.b() trips this query everywhere, so just disable it
  - exclude: py/import-and-import-from