black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 16 Dec 2019 12:41:06 +0100
changeset 43889 458504a8cca1
parent 43386 2247bf3cec76
child 44147 5e84a96d865b
permissions -rw-r--r--
relnotes: mention the merging of index and nodemap

[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