Revision 9177491f24a52b3fd10a7a1e31f8451dd297d599 authored by Ian Harry on 14 July 2020, 10:42:45 UTC, committed by GitHub on 14 July 2020, 10:42:45 UTC
* Implement a resolve_url_to_file function

* Update to add local CVMFS registry

* Typo fix

* Typo fix and allow localhost

* Attrs is needed so rethinking needed

* Typoe fix

* Another typo

* Always need local PFN

* All CVMFS URLs

* Numerous codeclimate issues
1 parent 4cd71b6
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