swh:1:snp:3a699297f000109a1bc833f294a54171df990207
Raw File
Tip revision: db928bb4c20f71ba0eb69e9a77334ae184397634 authored by Gareth S Davies on 27 July 2020, 09:55:02 UTC
Prep for release (#3396)
Tip revision: db928bb
.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