pyproject.toml
author Manuel Jacob <me@manueljacob.de>
Tue, 31 May 2022 02:36:05 +0200
changeset 49298 425ca3428d03
parent 48004 58fe6d127a01
permissions -rw-r--r--
tests: constant-fold a `pycompat.ispy3` in testlib/badserverext.py

[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