Revision 9416e6f8f3a919f79d6950f0472a5cd4e99e1c29 authored by SSastro-GW on 17 June 2020, 03:37:12 UTC, committed by Alex Nitz on 25 June 2020, 18:38:57 UTC
1 parent 2304406
Raw File
.landscape.yml
test-warnings: no
strictness: medium
autodetect: yes
ignore-patterns:
    - examples/*
    - test/*
    - docs/*
    - tools/*
    - build/*
    - dist/*
    - PyCBC.egg-info/*

pylint:
  disable:
  - too-many-arguments
  - too-many-locals
  - too-many-branches
  - too-many-statements

pyflakes:
  disable:
  - F841

mccabe:
  disable:
  - MC0001
back to top