black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 14 Apr 2020 04:17:57 +0200
changeset 44696 ed475420e0af
parent 44147 5e84a96d865b
permissions -rw-r--r--
nodemap: rename a variable to prevent shawoding "_" This will make pyflakes happy with the next changeset. Differential Revision: https://phab.mercurial-scm.org/D8412

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