summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: b6dc2444b8daaa1248e638f00e38a5e494e46c1a (plain)
1
2
3
4
5
6
7
8
9
[build-system]
requires = [
    "setuptools",
    "wheel",
    "slimit",
]

[tool.black]
skip-string-normalization = true