https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 3667e951a2d5433daee920bbe8afda8a71fa795c authored by Garrett 'Karto' Keating on 08 September 2023, 02:11:09 UTC, committed by Bryna Hazelton on 08 February 2024, 17:02:44 UTC
1 parent ce3dbc4
Raw File
Tip revision: 3667e951a2d5433daee920bbe8afda8a71fa795c authored by Garrett 'Karto' Keating on 08 September 2023, 02:11:09 UTC
Fixing order-of-operation issue in logic for v3 compliance checking with MirParser
Tip revision: 3667e95
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