pyproject.toml
author Raphaël Gomès <rgomes@octobus.net>
Tue, 12 Jul 2022 10:15:52 +0200
changeset 49481 a0d189b2e871
parent 48004 58fe6d127a01
permissions -rw-r--r--
rhg: don't fallback if `strip` or `rebase` are activated Neither of these extensions do anything other than add commands, so ignoring them opens up more of the test suite to rhg.

[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