Mercurial > hg > auditok
annotate pyproject.toml @ 399:08f893725d23
Update pre-commit hooks
author | Amine Sehili <amine.sehili@gmail.com> |
---|---|
date | Fri, 24 May 2024 21:30:34 +0200 |
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 ''' |