black.toml
author Augie Fackler <raf@durin42.com>
Mon, 07 Sep 2020 16:27:12 -0400
changeset 45430 6739ef7c5fcf
parent 44232 5e84a96d865b
permissions -rw-r--r--
git: correctly handle "nothing changed" commits I guess localrepo.commit() actually returns an Optional[node], which is a bit of a surprise to me. Differential Revision: https://phab.mercurial-scm.org/D8995

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