mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-30 05:32:30 +08:00
12 lines
98 B
TOML
12 lines
98 B
TOML
[tool.black]
|
|
line-length = 79
|
|
exclude = '''
|
|
(
|
|
\.git
|
|
| \.tox
|
|
| venv
|
|
| build
|
|
| dist
|
|
)
|
|
'''
|