Test_Voice / pyproject.toml
raksa-the-wildcats
Add all project files with proper LFS tracking
ee78b3d
raw
history blame contribute delete
175 Bytes
[tool.black]
line-length = 120
include = '\.pyi?$'
exclude = '''
/(
\.git
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
)/
'''