black.toml
author Manuel Jacob <me@manueljacob.de>
Tue, 14 Jul 2020 10:25:41 +0200
branchstable
changeset 45092 e699cebc3ae9
parent 44147 5e84a96d865b
permissions -rw-r--r--
convert: use bytes for value in extra dict The keys and values of the extra dict are expected to be bytes. Before this fix, there was a crash in mercurial.changelog.encodeextra().

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