https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d857914657bcd72ef59bd8e9b421f61e7e138950 authored by Bryna Hazelton on 11 January 2023, 00:52:31 UTC, committed by Bryna Hazelton on 12 January 2023, 17:31:19 UTC
1 parent 94c6512
Raw File
Tip revision: d857914657bcd72ef59bd8e9b421f61e7e138950 authored by Bryna Hazelton on 11 January 2023, 00:52:31 UTC
Fix a new deprecation warning after rebasing
Tip revision: d857914
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