https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 9cf9adf823362e94303492e30e44c78a7aae94ef authored by Bryna Hazelton on 19 October 2022, 17:39:18 UTC, committed by Garrett 'Karto' Keating on 06 November 2022, 02:30:57 UTC
1 parent 7feef7f
Raw File
Tip revision: 9cf9adf823362e94303492e30e44c78a7aae94ef authored by Bryna Hazelton on 19 October 2022, 17:39:18 UTC
fix expected warnings in tests for phasing/unphasing on read
Tip revision: 9cf9adf
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0",
            "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