black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 15 Jan 2020 14:47:38 -0800
changeset 44318 c791ed6a2154
parent 44232 5e84a96d865b
permissions -rw-r--r--
merge: introduce a revert_to() for that use-case In the same vein as the previous patch. Differential Revision: https://phab.mercurial-scm.org/D7901

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