https://github.com/GPflow/GPflow
Revision dc4b3634a8c71be058a5ad76e0c83db699479fe5 authored by dependabot[bot] on 20 March 2024, 15:48:08 UTC, committed by GitHub on 20 March 2024, 15:48:08 UTC
Bumps [black](https://github.com/psf/black) from 20.8b1 to 24.3.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits/24.3.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3b62003
Raw File
Tip revision: dc4b3634a8c71be058a5ad76e0c83db699479fe5 authored by dependabot[bot] on 20 March 2024, 15:48:08 UTC
Bump black from 20.8b1 to 24.3.0
Tip revision: dc4b363
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/sphinx/notebooks/*"
back to top