session-file-server/pyproject.toml

8 lines
177 B
TOML

[tool.black]
line-length = 100
skip-string-normalization = true
skip-magic-trailing-comma = true
target-version = ['py38']
include = '\.py$'
extend-exclude = 'libonionrequests'