Revision 027e57dbaeee183c075fb074d8e1a797c749da7a authored by Collin Capano on 31 October 2018, 16:19:22 UTC, committed by GitHub on 31 October 2018, 16:19:22 UTC
1 parent 7759e30
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