summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: ef0550c5267736066194878e148a07ed8d06b4a5 (plain)
1
2
3
4
[tool.black]
line-length = 98
# black does not yet support py39
target-version = ['py27', 'py35', 'py36', 'py37', 'py38']