Revision a36ff8836358dfbfd8d6cf060ee954f9a619c8d2 authored by Ian Harry on 31 May 2023, 13:19:46 UTC, committed by GitHub on 31 May 2023, 13:19:46 UTC
1 parent 72a73bb
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