Revision 0e09bea7eaefad8524b07a0e94c42bce78925562 authored by Duncan Brown on 07 September 2017, 22:41:13 UTC, committed by GitHub on 07 September 2017, 22:41:13 UTC
1 parent 7762a13
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