https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 54683945fc5a636bab7e0696925cd33fbd58acda authored by Bryna Hazelton on 13 January 2022, 02:08:50 UTC
Update the changelog
Tip revision: 5468394
pyproject.toml
[build-system]
requires = ["setuptools>=61",
            "wheel",
            "setuptools_scm!=7.0.0,!=7.0.1,!=7.0.2",
            "oldest-supported-numpy",
            "cython>=3.0"]
build-backend = "setuptools.build_meta"

[tool.isort]
profile = "black"

[darglint]
docstring_style = "numpy"

[tool.black]
skip_magic_trailing_comma = true
back to top