Revision 058ccbf9b953398c9bf481c4c3b163707d769879 authored by Bryna Hazelton on 21 March 2024, 22:38:30 UTC, committed by Bryna Hazelton on 27 March 2024, 17:05:36 UTC
1 parent 8c5edac
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