Mercurial > hg > auditok
annotate pyproject.toml @ 393:b4a77779aca5
fix link
author | KevinWang <kevinwang@osensetech.com> |
---|---|
date | Wed, 03 Nov 2021 16:35:39 +0800 |
parents | bd242e80455f |
children | 70abdb92149a |
rev | line source |
---|---|
amine@326 | 1 [tool.black] |
amine@387 | 2 line-length = 80 |
amine@326 | 3 include = '\.pyi?$' |
amine@326 | 4 exclude = ''' |
amine@326 | 5 /( |
amine@326 | 6 \.git |
amine@326 | 7 | \.hg |
amine@326 | 8 | \.mypy_cache |
amine@326 | 9 | \.tox |
amine@326 | 10 | \.venv |
amine@326 | 11 | _build |
amine@326 | 12 | buck-out |
amine@326 | 13 | build |
amine@326 | 14 | dist |
amine@326 | 15 )/ |
amine@326 | 16 ''' |