ApplicationInsights-Python/pyproject.toml

15 строки
160 B
TOML
Исходник Обычный вид История

2022-12-25 00:58:40 +03:00
[tool.black]
line-length = 79
exclude = '''
(
/( # generated files
.github|
.tox|
.vscode|
venv|
.*/build/lib/.*|
scripts
)/
)
'''