Revision ec013962cf999d1980846819e3c586b56e8b1a0b authored by Aaron on 24 May 2024, 18:04:11 UTC, committed by Aaron on 24 May 2024, 18:04:11 UTC
1 parent dc9da51
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>=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