1[build-system]
2requires = ["setuptools", "wheel", "setuptools_scm", "cython"]
3
4[black.tool]
5line-length = 100
6
7[tool.pytest.ini_options]
8filterwarnings = [
9    "error",
10]
11