black.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 23 Oct 2019 11:54:22 -0700
changeset 43521 ea5e7726fee0
parent 43386 2247bf3cec76
child 44147 5e84a96d865b
permissions -rw-r--r--
packaging: install hgk as hgk.tcl Giving it a file extension will give Windows a better chance at being able to execute it via standard means. This also makes WiX consistent with the Inno installer. Differential Revision: https://phab.mercurial-scm.org/D7164

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