pyproject.toml
author Matt Harbison <matt_harbison@yahoo.com>
Wed, 14 Dec 2022 22:24:54 -0500
changeset 49805 a06a503e3cf8
parent 48004 58fe6d127a01
permissions -rw-r--r--
typing: drop an unnecessary warning disabling comment in match.py This stopped being necessary in d2e1dcd4490d, when the exception stopped being subscripted.

[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