pyproject.toml
author Matt Harbison <matt_harbison@yahoo.com>
Thu, 25 Jul 2024 15:56:04 -0400
changeset 51734 f1aeca014d80
parent 48004 58fe6d127a01
child 52003 d4b275587847
permissions -rw-r--r--
tests: stop skipping `mercurial/pure/osutil.py` during pytype runs Not sure when the original issue(s) were fixed, but it works for me now.

[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