black.toml
author Pulkit Goyal <7895pulkit@gmail.com>
Sun, 02 Aug 2020 10:15:55 -0700
changeset 45291 26fa2eebc291
parent 44147 5e84a96d865b
permissions -rw-r--r--
mergeresult: rename _actions to _filemapping This is done because we will be introducing another dict which introduces the same information but with action name as key. Differential Revision: https://phab.mercurial-scm.org/D8829

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