ApplicationInsights-Python/pyproject.toml

15 строки
160 B
TOML

[tool.black]
line-length = 79
exclude = '''
(
/( # generated files
.github|
.tox|
.vscode|
venv|
.*/build/lib/.*|
scripts
)/
)
'''