pyproject.toml
author Matt Harbison <matt_harbison@yahoo.com>
Fri, 04 Nov 2022 22:59:16 -0400
changeset 49724 bbbb5213d043
parent 47881 58fe6d127a01
child 52033 d4b275587847
permissions -rw-r--r--
typing: add basic type hints to stringutil.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