extensions-website/pyproject.toml

7 lines
186 B
TOML

[tool.black]
line-length = 100
target-version = ['py38']
include = '\.py?$'
# 'extend-exclude' excludes files or directories in addition to the defaults
skip-string-normalization = true