mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-31 14:11:50 +08:00
10 lines
106 B
TOML
10 lines
106 B
TOML
[tool.black]
|
|
line-length = 79
|
|
exclude = '''
|
|
(
|
|
/(
|
|
reference # original files from DataDog
|
|
)/
|
|
)
|
|
'''
|