swh:1:snp:a44d14bf46f2d71242a54aa79c5374e82bd89434
Raw File
Tip revision: 8e02b5e6cd1f7fed9e8c123b228708b9a1777980 authored by Garrett 'Karto' Keating on 29 December 2022, 23:39:31 UTC
Cleaning up post-rebase
Tip revision: 8e02b5e
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