black.toml
author Augie Fackler <augie@google.com>
Tue, 17 Dec 2019 14:04:02 -0500
changeset 43921 b78795c2a294
parent 43386 2247bf3cec76
child 44147 5e84a96d865b
permissions -rw-r--r--
examples: add an example configuration for go source files Tested by timeless. Differential Revision: https://phab.mercurial-scm.org/D7683

[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