Revision 9577d485e0d79a40dd4e05c7f65191039dc1f935 authored by Duncan Brown on 08 September 2017, 01:02:44 UTC, committed by GitHub on 08 September 2017, 01:02:44 UTC
1 parent 5d7e27c
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