black.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Tue, 21 Apr 2020 19:33:57 -0700
branchstable
changeset 44735 fdf783da84bd
parent 44232 5e84a96d865b
permissions -rw-r--r--
contrib: update to latest Python 2.7, 3.7, and 3.8 We would ideally update the 3.5 and 3.6 versions as well. But Python didn't generate exe installers for newer versions for some reason. Differential Revision: https://phab.mercurial-scm.org/D8466

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