Revision 7343a33f6d629372d3955313f5fe9ac6849f6f18 authored by Alex Nitz on 18 November 2017, 17:35:00 UTC, committed by GitHub on 18 November 2017, 17:35:00 UTC
1 parent f76b2ee
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