Revision 579d48196ea977ae37b2a3ca435af3f5a8b030f1 authored by Gareth S Davies on 06 November 2020, 16:57:53 UTC, committed by GitHub on 06 November 2020, 16:57:53 UTC
* update retention levels for opt_snr jobs in parallelised cases
1 parent b4e3263
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