Revision b04f93108e513adc31eda1b106c4d77d02cdc90e authored by Sumit Kumar on 18 September 2020, 12:19:40 UTC, committed by GitHub on 18 September 2020, 12:19:40 UTC
* merging all previous commit

* Fixing some bugs along with codeclimate issues

* Fixing codeclimate issues and cleanup

* Some more codeclimate issues

Co-authored-by: Sumit Kumar <sumit.kumar@atlas2>
1 parent ef9cdd7
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