Revision e1197de4f9688958052b635de9cf5e6d58efe95c authored by Tito Dal Canton on 03 February 2021, 09:36:07 UTC, committed by GitHub on 03 February 2021, 09:36:07 UTC
* pycbc_dtphase: UI improvements and cleanup

* Also apply #3577 to pycbc_dtphase
1 parent 0e91c27
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