black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 14 Nov 2019 22:31:21 -0800
changeset 43698 0c25e3404e23
parent 43386 2247bf3cec76
child 44147 5e84a96d865b
permissions -rw-r--r--
py3: use '%d' for formatting a revnum in `hg co --date` code Differential Revision: https://phab.mercurial-scm.org/D7429

[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