https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 0e43ea8735f8ca202c4e9a92a1edc4915506b050 authored by Will S on 30 September 2020, 02:55:16 UTC
tests overrides.
Tip revision: 0e43ea8
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