https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 5a6b3b64255c14d0bf05a705ccd915da08ba0944 authored by pre-commit-ci[bot] on 05 September 2022, 23:20:48 UTC, committed by Bryna Hazelton on 13 September 2022, 00:46:57 UTC
updates:
- [github.com/psf/black: 22.6.0 → 22.8.0](https://github.com/psf/black/compare/22.6.0...22.8.0)
1 parent eedb06f
Raw File
Tip revision: 5a6b3b64255c14d0bf05a705ccd915da08ba0944 authored by pre-commit-ci[bot] on 05 September 2022, 23:20:48 UTC
[pre-commit.ci] pre-commit autoupdate
Tip revision: 5a6b3b6
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

[report]
omit =
  */tests/*
  */conftest.py
back to top