pyproject.toml
author Raphaël Gomès <rgomes@octobus.net>
Wed, 23 Mar 2022 16:32:31 +0100
changeset 49099 ed3ef8dacf02
parent 48004 58fe6d127a01
child 52003 d4b275587847
permissions -rw-r--r--
dirstatemap: remove unused parameter from `reset_state` This has no callers using it and is not used inside the method itself. Differential Revision: https://phab.mercurial-scm.org/D12497

[build-system]
requires = ["setuptools", "wheel"]

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