black.toml
author Augie Fackler <augie@google.com>
Thu, 14 Nov 2019 15:49:21 -0500
changeset 43706 ac8fd215a776
parent 43386 2247bf3cec76
child 44147 5e84a96d865b
permissions -rw-r--r--
dispatch: add some assertions to give pytype a helping hand Differential Revision: https://phab.mercurial-scm.org/D7409

[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