Revision cdf3255c1e5586c1e270a9b9151834b5711dd93b authored by Collin Capano on 24 October 2017, 09:39:34 UTC, committed by GitHub on 24 October 2017, 09:39:34 UTC
1 parent ef3e60d
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

pyflakes:
  disable:
  - F841

mccabe:
  disable:
  - MC0001
back to top