python-itho-wpu/pyproject.toml

10 lines
95 B
TOML

[tool.black]
line-length = 99
include = '\.pyi?$'
exclude = '''
/(
\.git
| \.venv
)/
'''