Revision c94f4e2dc40dbf9a9e7580f7667b32913c66cb53 authored by Miriam Cabero on 07 November 2017, 13:25:45 UTC, committed by Collin Capano on 07 November 2017, 13:25:45 UTC
1 parent d5bd40b
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