RASCSI/python/pyproject.toml

5 lines
104 B
TOML

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