black.toml
author Yuya Nishihara <yuya@tcha.org>
Sun, 13 Sep 2020 17:43:19 +0900
changeset 45465 ac7b9ed0a245
parent 44232 5e84a96d865b
permissions -rw-r--r--
largefiles: replace use of walkchangerevs() with simple revset query Since it does nothing in prepare(), what we're doing is just walking revisions matching ".hglf" in reverse order.

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