Revision 31ebcf2cf80d02f7d22c80993aa9e6853166b9ad authored by Bryna Hazelton on 21 December 2022, 21:08:47 UTC, committed by Bryna Hazelton on 29 December 2022, 17:07:16 UTC
Only run them on PRs and releases, not on pushes
1 parent f53f978
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