Revision 23fd945308a68e5ff6e230d6883bad95ab62c94b authored by Ian Harry on 15 June 2017, 13:59:59 UTC, committed by Duncan Brown on 15 June 2017, 13:59:59 UTC
1 parent e2431ad
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