https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 702e710053a93f88040293d5cd1ce2c18be0c24e authored by Garrett 'Karto' Keating on 03 April 2024, 19:30:14 UTC
Updating new v7 keywords
Tip revision: 702e710
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