https://github.com/gwastro/pycbc
Raw File
Tip revision: ae501269b6bdb6781fa1b5a9eec64ad5f5bdd147 authored by Gareth S Cabourn Davies on 04 April 2024, 11:02:38 UTC
Bugfix: allow nothing to be given in --labels (#4681)
Tip revision: ae50126
.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