https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: f82e089f5e28dc1dc5e9d08271409283b6e1ebe9 authored by Bryna Hazelton on 25 March 2024, 21:50:38 UTC
handle another SPICE error, update codecov.yml for new version
Tip revision: f82e089
pyproject.toml
[build-system]
requires = ["setuptools>=61",
            "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