https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d79afcc71d18a8af0fc695bb35b368804995fbe4 authored by Bryna Hazelton on 25 March 2024, 15:45:08 UTC, committed by Bryna Hazelton on 25 March 2024, 21:17:00 UTC
1 parent 918eb3b
Raw File
Tip revision: d79afcc71d18a8af0fc695bb35b368804995fbe4 authored by Bryna Hazelton on 25 March 2024, 15:45:08 UTC
Also check that frame is an allowed frame in LocationParameter
Tip revision: d79afcc
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