Revision 77abecab43c063fd834e59cbc587fac3490fd477 authored by Bryna Hazelton on 26 January 2023, 18:52:11 UTC, committed by Paul La Plante on 12 March 2023, 18:30:27 UTC
1 parent 91ee7bf
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