pyproject.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 07 Oct 2019 10:28:32 -0400
changeset 43108 dc6d866b8cb8
parent 43064 929678eb4cbd
permissions -rw-r--r--
lsprof: remove __main__ functionality I'm pretty sure nobody uses this. I noticed it because Python 3 linting is complaining about execfile. Differential Revision: https://phab.mercurial-scm.org/D7017

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