hummingbird/pyproject.toml

17 строки
175 B
TOML

[tool.black]
line-length = 127
include = '\.pyi?$'
exclude = '''
/(
\.git
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
)/
'''