Revision 806750cf8c72064bf8ceb716dbc58bf15a20e40a authored by Gareth S Cabourn Davies on 05 February 2024, 09:28:15 UTC, committed by GitHub on 05 February 2024, 09:28:15 UTC
* Workflow changes needed to manage preparation of offline gracedb upload files

* fix change removed after rebase

* Allow waveforms to not be given

* IH comments
1 parent ec8bd5d
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