RASCSI/python/pyproject.toml

5 lines
102 B
TOML
Raw Normal View History

2023-02-04 03:41:18 +00:00
[tool.black]
line-length = 100
target-version = ['py37', 'py38', 'py39']
extend-exclude = ".*_pb2.py"