Revision 1dc47c645fc08f07c8e491328494beb387f4d0d3 authored by veronica-villa on 09 October 2020, 15:00:13 UTC, committed by GitHub on 09 October 2020, 15:00:13 UTC
1 parent d801bc1
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