https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 52a50feeb97b9f80e30fe5a1cebf9e4b86a23028 authored by Bryna Hazelton on 13 September 2022, 01:25:38 UTC, committed by Bryna Hazelton on 13 September 2022, 01:25:38 UTC
1 parent 99f53d2
Raw File
Tip revision: 52a50feeb97b9f80e30fe5a1cebf9e4b86a23028 authored by Bryna Hazelton on 13 September 2022, 01:25:38 UTC
fix windows test error, warnings
Tip revision: 52a50fe
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0",
            "wheel",
            "setuptools_scm<7.0|>=7.0.3",
            "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