Revision 84dc076e9ed19b61139e29bfa7626eeec9e1561f authored by Matthew Kolopanis on 14 May 2024, 15:44:27 UTC, committed by Matthew Kolopanis on 24 June 2024, 18:23:23 UTC
1 parent 8cf4de0
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",
  "setuptools-rust",
 ]
 build-backend = "setuptools.build_meta"

[tool.isort]
 profile = "black"

[darglint]
 docstring_style = "numpy"

[tool.black]
 skip_magic_trailing_comma = true
back to top