black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 22 Oct 2020 13:31:34 -0700
changeset 45839 ebee234d952a
parent 44147 5e84a96d865b
permissions -rw-r--r--
errors: set detailed exit code to 100 for some remote errors This is per https://www.mercurial-scm.org/wiki/ErrorCategoriesPlan. Differential Revision: https://phab.mercurial-scm.org/D9309

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