Revision b726af95e437f0cd318af0524ece7bb4ad13652f authored by Bryna Hazelton on 25 March 2024, 21:34:35 UTC, committed by Matthew Kolopanis on 25 March 2024, 22:45:10 UTC
1 parent 9141437
Raw File
pyproject.toml
[build-system]
requires = ["setuptools>=61",
            "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