black.toml
author Augie Fackler <augie@google.com>
Wed, 08 Jan 2020 14:37:54 -0500
changeset 44070 451d22174b5f
parent 43386 2247bf3cec76
child 44232 5e84a96d865b
permissions -rw-r--r--
revlog: run rustfmt nightly I'm a little nervous about folding this back (might be nightly rustfmt mismatches?) so I want someone to review this. Differential Revision: https://phab.mercurial-scm.org/D7813

[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