black.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 22 Jan 2020 22:23:04 -0800
changeset 44232 5e84a96d865b
parent 43386 2247bf3cec76
permissions -rw-r--r--
python-zstandard: blacken at 80 characters I made this change upstream and it will make it into the next release of python-zstandard. I figured I'd send it Mercurial's way because it will allow us to drop this directory from the black exclusion list. # skip-blame blackening Differential Revision: https://phab.mercurial-scm.org/D7937

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