Mercurial > hg > auditok
view pyproject.toml @ 420:f874558779b9
Refactor workers
author | Amine Sehili <amine.sehili@gmail.com> |
---|---|
date | Fri, 18 Oct 2024 23:32:41 +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"