https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 9d7fac2cbce6276c8d13c270298e5c2a685bb569 authored by Steven Murray on 16 May 2023, 23:26:48 UTC, committed by Bryna Hazelton on 24 May 2023, 22:26:41 UTC
1 parent 5da1547
Raw File
Tip revision: 9d7fac2cbce6276c8d13c270298e5c2a685bb569 authored by Steven Murray on 16 May 2023, 23:26:48 UTC
test: add more tests to improve coverage
Tip revision: 9d7fac2
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0",
            "wheel",
            "setuptools_scm!=7.0.0,!=7.0.1,!=7.0.2",
            "oldest-supported-numpy",
            "cython>=0.23"]
build-backend = "setuptools.build_meta"

[tool.isort]
profile = "black"

[darglint]
docstring_style = "numpy"

[tool.black]
skip_magic_trailing_comma = true
back to top