Revision fc5b9af1fdd7c2afca9e3d76e01420dc8f3d0d87 authored by Ian Harry on 13 June 2017, 12:31:27 UTC, committed by Alex Nitz on 13 June 2017, 12:31:27 UTC
1 parent 3e37d56
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