https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision bb2217c278b5a5e2b5b3a419507793fefeb34846 authored by Bryna Hazelton on 14 March 2023, 22:43:29 UTC, committed by Bryna Hazelton on 15 March 2023, 17:25:11 UTC
1 parent 9d024bb
Raw File
Tip revision: bb2217c278b5a5e2b5b3a419507793fefeb34846 authored by Bryna Hazelton on 14 March 2023, 22:43:29 UTC
refactor tar extraction in test_ms to appease bandit
Tip revision: bb2217c
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