Revision 2f13d03f01f0fc182137c1f1f415dcf71d071715 authored by Duncan Brown on 12 July 2017, 14:51:50 UTC, committed by GitHub on 12 July 2017, 14:51:50 UTC
1 parent e8a5532
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