Mercurial > hg > auditok
annotate pyproject.toml @ 375:fbfdd3e04999
Update Readme
author | Amine Sehili <amine.sehili@gmail.com> |
---|---|
date | Thu, 21 Jan 2021 22:51:12 +0100 |
parents | 1c1bec063103 |
children | edcc102fb33f |
rev | line source |
---|---|
amine@326 | 1 [tool.black] |
amine@326 | 2 line-length = 79 |
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 ''' |