Revision 5e090accd003efca9b5209cd9c1bab1da353c7c0 authored by Duncan Brown on 11 July 2017, 10:03:42 UTC, committed by Duncan Brown on 11 July 2017, 13:37:14 UTC
1 parent f1ae2eb
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