https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision eaf3cc34cc4bc8d2bca8ab7c5426be4f1943e6b3 authored by Garrett 'Karto' Keating on 19 October 2022, 03:09:59 UTC, committed by Bryna Hazelton on 20 December 2022, 19:45:00 UTC
1 parent cdc23f3
Raw File
Tip revision: eaf3cc34cc4bc8d2bca8ab7c5426be4f1943e6b3 authored by Garrett 'Karto' Keating on 19 October 2022, 03:09:59 UTC
Cleaning up post-rebase
Tip revision: eaf3cc3
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