Revision e13c667fcd544e67c0b324075d4165c543fcaf5e authored by Garrett 'Karto' Keating on 30 November 2022, 22:55:42 UTC, committed by Garrett 'Karto' Keating on 29 December 2022, 20:17:30 UTC
1 parent ff5cf75
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