Mercurial > hg > auditok
view pyproject.toml @ 419:c2ac3fc1bfbc
Add tests for AudioEventsJoinerWorker
author | Amine Sehili <amine.sehili@gmail.com> |
---|---|
date | Fri, 18 Oct 2024 23:16:08 +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"