black.toml
author Kyle Lippincott <spectral@google.com>
Thu, 12 Mar 2020 20:08:05 -0700
changeset 44563 1922694d638f
parent 44147 5e84a96d865b
permissions -rw-r--r--
tests: remove doctest in narrowspec, it is broken I think every item here is considered incorrect (if we fix doctest to run it), so let's just delete it. Differential Revision: https://phab.mercurial-scm.org/D8279

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