pyproject.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 07 Oct 2019 21:21:16 -0400
changeset 43164 c32531444cdc
parent 43064 929678eb4cbd
permissions -rw-r--r--
notify: cast hash to bytes This is needed to avoid a str/bytes mismatch when interpolating a line or 2 later. Differential Revision: https://phab.mercurial-scm.org/D7021

[tool.black]
line-length = 80
exclude = 'build/|wheelhouse/|dist/|packages/|\.hg/|\.mypy_cache/|\.venv/|mercurial/thirdparty/|hgext/fsmonitor/pywatchman/|contrib/python-zstandard/'