pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 14 Feb 2023 00:31:23 +0100
changeset 50061 64b3cc021833
parent 48004 58fe6d127a01
permissions -rw-r--r--
dirstate-guard: remove it usage in `mq` The code it covered is also covered by a `changing_parents` context.

[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