black.toml
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 13 Nov 2019 15:23:04 +0100
changeset 43627 af3e341dbf03
parent 43386 2247bf3cec76
child 44147 5e84a96d865b
permissions -rw-r--r--
mail: use a native string for "subtype" value This is somehow similar to previous changeset and avoids one str conversion.

[tool.black]
line-length = 80
exclude = '''
build/
| wheelhouse/
| dist/
| packages/
| \.hg/
| \.mypy_cache/
| \.venv/
| mercurial/thirdparty/
| contrib/python-zstandard/
'''
skip-string-normalization = true
quiet = true