black.toml
author Denis Laxalde <denis@laxalde.org>
Mon, 04 Nov 2019 09:52:13 +0100
branchstable
changeset 43382 cf3bf3b03445
parent 43348 daa3b58906d5
child 43386 2247bf3cec76
permissions -rw-r--r--
py3: use mail.parsebytes() in gnuarch catlog parser We drop 'catlogparser' attribute now unused.

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