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

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