opentelemetry-python-contrib/pyproject.toml

12 lines
98 B
TOML

[tool.black]
line-length = 79
exclude = '''
(
\.git
| \.tox
| venv
| build
| dist
)
'''