RASCSI/python/pyproject.toml

5 lines
102 B
TOML

[tool.black]
line-length = 100
target-version = ['py37', 'py38', 'py39']
extend-exclude = ".*_pb2.py"