Revision 6df24adb1b8d0fbfd17bf8b958b540491ed87b51 authored by Collin Capano on 27 September 2017, 20:11:20 UTC, committed by GitHub on 27 September 2017, 20:11:20 UTC
1 parent 7d318e9
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