black.toml
author Yuya Nishihara <yuya@tcha.org>
Fri, 11 Sep 2020 10:47:17 +0900
changeset 45464 39ddb1121c4e
parent 44232 5e84a96d865b
permissions -rw-r--r--
largefiles: remove unused 'rev' parameter from downloadlfiles() It's no longer used since 83ead8cb0ff2 "largefiles: implement pull --all-largefiles as a special case of --lfrev."

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