https://github.com/GPflow/GPflow
Revision 4054c53ec987c62e632a81cf2409d410cb1e3b61 authored by st-- on 18 June 2021, 07:15:05 UTC, committed by GitHub on 18 June 2021, 07:15:05 UTC
* upgrade to black==20.8b1

* update black version in CircleCI config as well

* update RELEASE.md

* add types-pkg_resources tests dependency

* install types-pkg_resources in CircleCI too
1 parent 55690c7
Raw File
Tip revision: 4054c53ec987c62e632a81cf2409d410cb1e3b61 authored by st-- on 18 June 2021, 07:15:05 UTC
upgrade to black==20.8b1 (#1694)
Tip revision: 4054c53
codecov.yml
coverage:
  status:
    project:
      default:
        target: 95%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/ci_utils.py"
  - "gpflow/versions.py"
  - "doc/source/notebooks/*"
back to top