black.toml
author Matt Harbison <matt_harbison@yahoo.com>
Fri, 17 Apr 2020 18:47:31 -0400
branchstable
changeset 44732 78b7eae31488
parent 44232 5e84a96d865b
permissions -rw-r--r--
tests: stabilize test-convert-hg-source.t on Windows This was a missing update in 1b8fd4af3318. Differential Revision: https://phab.mercurial-scm.org/D8458

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