Revision 01e6b2495f55d9c682f41f124bb4365c2f60092a authored by Gareth S Cabourn Davies on 13 September 2023, 08:51:40 UTC, committed by GitHub on 13 September 2023, 08:51:40 UTC
1 parent 34539e9
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