Revision 320a50787c163df243c9c552cc531859d3751de4 authored by Tito Dal Canton on 26 January 2021, 09:37:32 UTC, committed by GitHub on 26 January 2021, 09:37:32 UTC
1 parent e3ecab5
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