black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 15 Jan 2020 15:51:01 +0100
changeset 44340 6ecc34b31137
parent 44147 5e84a96d865b
permissions -rw-r--r--
nodemap: update the index with the newly written data (when appropriate) If we are to use mmap to read the nodemap data, and if the python code is responsible for the IO, we need to refresh the mmap after each write and provide it back to the index. We start this dance without the mmap first. Differential Revision: https://phab.mercurial-scm.org/D7893

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