Revision 08945c88583b8493ba73376f2f4745a686128b67 authored by Ian Harry on 23 September 2020, 13:11:23 UTC, committed by GitHub on 23 September 2020, 13:11:23 UTC
1 parent 01e87c8
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