Revision aa7d2910cc4c8aab692eb7fdfb2e5653fdfd7969 authored by Bhooshan Uday Varsha Gadre on 01 October 2020, 09:14:53 UTC, committed by GitHub on 01 October 2020, 09:14:53 UTC
* Making filter points option to work again

* zip to list
1 parent ba491e3
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