view pyproject.toml @ 50379:3eacb4a54313

statichttprepo: unbyteify several IOError messages Builtin errors generally want str messages.
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 01 Mar 2023 13:31:17 -0500
parents 58fe6d127a01
children
line wrap: on
line source

[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