pyproject.toml
author Raphaël Gomès <rgomes@octobus.net>
Wed, 08 Jun 2022 18:18:19 +0200
changeset 49352 97dcd6906e6f
parent 48004 58fe6d127a01
permissions -rw-r--r--
rust-dirstate: add support for nevermatcher This is in case this ever comes up, it's very easy to support, so might as well do it.

[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