Revision 8fc8cba74fc5fe4f573b0bf1d66ae554e7e5f7bd authored by Ian Harry on 12 February 2018, 16:36:08 UTC, committed by GitHub on 12 February 2018, 16:36:08 UTC
1 parent 87a3268
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