Mercurial > hg > auditok
view pyproject.toml @ 422:912bec5a58ed
Refactor AudioRegion
author | Amine Sehili <amine.sehili@gmail.com> |
---|---|
date | Sat, 19 Oct 2024 14:02:38 +0200 |
parents | 70abdb92149a |
children |
line wrap: on
line source
[tool.black] line-length = 80 include = '\.pyi?$' exclude = ''' /( \.git | \.hg | \.mypy_cache | \.tox | \.venv | _build | buck-out | build | dist )/ ''' [tool.isort] profile = "black"