Mercurial > hg > auditok
view 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 |
line wrap: on
line source
[tool.black] line-length = 80 include = '\.pyi?$' exclude = ''' /( \.git | \.hg | \.mypy_cache | \.tox | \.venv | _build | buck-out | build | dist )/ '''