Revision e73f6fea5c160be2bd8f567fdd90d2753bad1579 authored by Thomas Dent on 27 November 2019, 07:56:44 UTC, committed by Alex Nitz on 27 November 2019, 07:56:44 UTC
1 parent ad3c1cf
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
  - too-many-statements

pyflakes:
  disable:
  - F841

mccabe:
  disable:
  - MC0001
back to top