black.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 28 Mar 2020 13:12:43 -0700
changeset 44645 e74af49aa3c9
parent 44232 5e84a96d865b
permissions -rw-r--r--
url: pass str to pathname2url This is needed to appease Python 3. This fixes test-extdata.t and test-url-download.t on Python 3 on Windows. Differential Revision: https://phab.mercurial-scm.org/D8335

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