Revision 8bd2d8a2bda2c4bbaf93ad08cb4af43c0c3ece12 authored by Ian Harry on 03 December 2020, 16:54:11 UTC, committed by GitHub on 03 December 2020, 16:54:11 UTC
* Put all the plotting codes in plotting

* Move hdfcoinc to all_sky_search
1 parent 9cb01f1
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