Revision d7f913ca8394b1cd23cda8adc05d023dcae2c764 authored by Duncan Brown on 27 August 2017, 01:01:47 UTC, committed by GitHub on 27 August 2017, 01:01:47 UTC
1 parent 5eb3dd5
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