black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 16 Nov 2020 16:25:04 -0800
changeset 45873 c8860a212770
parent 44147 5e84a96d865b
permissions -rw-r--r--
errors: raise InputError when line range to followlines() is out of bounds Differential Revision: https://phab.mercurial-scm.org/D9333

[tool.black]
line-length = 80
exclude = '''
build/
| wheelhouse/
| dist/
| packages/
| \.hg/
| \.mypy_cache/
| \.venv/
| mercurial/thirdparty/
'''
skip-string-normalization = true
quiet = true