https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 63ea0cd6f64d6a817f0e285d3766d87bb77dcdd3 authored by pyxieloustar on 02 February 2021, 01:07:43 UTC
small cython changes, docstrings
Tip revision: 63ea0cd
pyproject.toml
[build-system]
requires = ["setuptools>=61",
            "wheel",
            "setuptools_scm!=7.0.0,!=7.0.1,!=7.0.2",
            "oldest-supported-numpy",
            "cython>=3.0"]
build-backend = "setuptools.build_meta"

[tool.isort]
profile = "black"

[darglint]
docstring_style = "numpy"

[tool.black]
skip_magic_trailing_comma = true
back to top