black.toml
author Raphaël Gomès <rgomes@octobus.net>
Mon, 18 Jan 2021 10:43:12 +0100
changeset 46707 eed42f1c22d6
parent 46455 5be886200eb6
permissions -rw-r--r--
bitmanipulation: add utils to read/write bigendian 64bit integers Differential Revision: https://phab.mercurial-scm.org/D9845

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