Mercurial > hg > auditok
annotate pyproject.toml @ 455:7dae98b84cdd tip master
Merge branch 'master' of https://github.com/amsehili/auditok
author | www-data <www-data@c4dm-xenserv-virt2.eecs.qmul.ac.uk> |
---|---|
date | Tue, 03 Dec 2024 09:18:01 +0000 |
parents | 70abdb92149a |
children |
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 ''' |
amine@418 | 17 |
amine@418 | 18 [tool.isort] |
amine@418 | 19 profile = "black" |