black.toml
author Matt Harbison <matt_harbison@yahoo.com>
Tue, 14 Jan 2020 18:02:20 -0500
changeset 44084 84f2becbd106
parent 43386 2247bf3cec76
child 44147 5e84a96d865b
permissions -rw-r--r--
lfs: rename a variable to clarify its use This is the response object, not a request. Differential Revision: https://phab.mercurial-scm.org/D7880

[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