aboutsummaryrefslogtreecommitdiffstats
path: root/python/pyproject.toml
blob: e85b234f5c3159058df22c28f5b7c6ca83f2496f (plain)
1
2
3
4
5
6
7
8
9
10
11
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta:__legacy__"

[tool.yapf]
COLUMN_LIMIT = 96
INDENT_DICTIONARY_VALUE=true
ALLOW_SPLIT_BEFORE_DICT_VALUE=false

[tool.isort]
line_length = 96