Revision b5e2110dfded6566de23b9a28ea86c992d64ad25 authored by Bryna Hazelton on 01 June 2021, 21:39:37 UTC, committed by Bryna Hazelton on 04 January 2023, 22:08:03 UTC
1 parent 9e8f3b2
Raw File
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