mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-03 04:10:48 +08:00
9 lines
62 B
TOML
9 lines
62 B
TOML
[tool.black]
|
|
line-length = 79
|
|
exclude = '''
|
|
(
|
|
/(
|
|
)/
|
|
)
|
|
'''
|