Revision a571a14d879e96b5d39a185c90359e5e0cafaf47 authored by Steven Murray on 21 February 2023, 21:46:00 UTC, committed by Bryna Hazelton on 21 March 2023, 23:19:56 UTC
1 parent 0e0748a
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