audio_tracker / backend /pyproject.toml
prav2705's picture
Deployment ready: cleaned secrets and fixed HF metadata
39eb052
Raw
History Blame Contribute Delete
221 Bytes
[tool.black]
line-length = 88
target-version = ['py39']
include = '\.pyi?$'
extend-exclude = '''
/(
# directories
\.git
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
)/
'''