Revision 88cc27c1255748e39a192b60e50d527fd3479029 authored by Tito Dal Canton on 12 August 2020, 16:13:07 UTC, committed by GitHub on 12 August 2020, 16:13:07 UTC
* Fix exception handling in inference data utils module

* Simplify
1 parent 93fcca8
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