https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 40809cffe247aa2e6e00f78eb27be0bc66e3eb16 authored by pre-commit-ci[bot] on 11 April 2022, 21:21:30 UTC, committed by Bryna Hazelton on 11 April 2022, 22:17:21 UTC
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.1.0...v4.2.0)
1 parent dbeb379
Raw File
Tip revision: 40809cffe247aa2e6e00f78eb27be0bc66e3eb16 authored by pre-commit-ci[bot] on 11 April 2022, 21:21:30 UTC
[pre-commit.ci] pre-commit autoupdate
Tip revision: 40809cf
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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