black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 08 Oct 2020 13:45:56 -0700
branchstable
changeset 45657 4a146cff76fa
parent 44147 5e84a96d865b
permissions -rw-r--r--
tests: fix test-check-module-imports.t broken by D9150 Differential Revision: https://phab.mercurial-scm.org/D9177

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