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

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