https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 820235b80bf3a46a4e7a311116bbcec3102357e3 authored by pre-commit-ci[bot] on 06 October 2022, 18:57:14 UTC, committed by Bryna Hazelton on 10 October 2022, 19:14:44 UTC
for more information, see https://pre-commit.ci
1 parent ed21328
Raw File
Tip revision: 820235b80bf3a46a4e7a311116bbcec3102357e3 authored by pre-commit-ci[bot] on 06 October 2022, 18:57:14 UTC
[pre-commit.ci] auto fixes from pre-commit.com hooks
Tip revision: 820235b
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"
back to top