Revision df6b902c73682b84b14cd3e9cf8555ef984d6c85 authored by Bryna Hazelton on 22 February 2024, 06:58:30 UTC, committed by Bryna Hazelton on 22 February 2024, 16:34:03 UTC
improve docstrings and comments
1 parent c5d03e8
pyproject.toml
[build-system]
requires = ["setuptools>=61",
"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

Computing file changes ...