black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 29 Jan 2020 23:14:31 -0800
changeset 44210 d0c3eead515a
parent 44147 5e84a96d865b
permissions -rw-r--r--
copies: fix crash when copy source is not in graft base Differential Revision: https://phab.mercurial-scm.org/D8046

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