black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 13 Dec 2019 22:08:18 -0800
changeset 45109 b1507ab0c6cf
parent 44232 5e84a96d865b
permissions -rw-r--r--
tests: avoid a "magic" nodeid in test-wireproto-command-lookup.t This helps with readability. Differential Revision: https://phab.mercurial-scm.org/D8734

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