https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 45aba49c6be40b5d0f058ac1a8afb9e776624c35 authored by pre-commit-ci[bot] on 13 December 2022, 01:11:39 UTC, committed by Bryna Hazelton on 19 December 2022, 19:15:00 UTC
updates:
- [github.com/psf/black: 22.10.0 → 22.12.0](https://github.com/psf/black/compare/22.10.0...22.12.0)
- [github.com/pycqa/isort: 5.10.1 → 5.11.1](https://github.com/pycqa/isort/compare/5.10.1...5.11.1)
1 parent 669a3c7
Raw File
Tip revision: 45aba49c6be40b5d0f058ac1a8afb9e776624c35 authored by pre-commit-ci[bot] on 13 December 2022, 01:11:39 UTC
[pre-commit.ci] pre-commit autoupdate
Tip revision: 45aba49
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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