aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 50a796d50ab3b3bd4f7f58e79f6aea5c75481b17 (plain)
1
2
3
4
5
6
7
8
9
10
[build-system]
requires = [
    "setuptools>=75.0",
    "wheel",
]

[tool.black]
line-length = 140
target-version = ['py37']
skip-string-normalization = true