https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 5798594628ad985a614a2eb054a11836acf7faa2 authored by Steven Murray on 19 January 2023, 21:44:15 UTC, committed by Bryna Hazelton on 31 January 2023, 22:11:37 UTC
1 parent fa5718b
Raw File
Tip revision: 5798594628ad985a614a2eb054a11836acf7faa2 authored by Steven Murray on 19 January 2023, 21:44:15 UTC
fix: import Iterable from typing
Tip revision: 5798594
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