black.toml
author Antoine Cezar <antoine.cezar@octobus.net>
Sat, 08 Aug 2020 12:52:39 -0700
changeset 45359 0f5286ccf82c
parent 44147 5e84a96d865b
permissions -rw-r--r--
hg-core: define a `ListTrackedFiles` `Operation` List files under Mercurial control in the working directory. Differential Revision: https://phab.mercurial-scm.org/D8863

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