pyproject.toml
author Anton Shestakov <av6@dwimlabs.net>
Wed, 19 Oct 2022 16:55:46 +0400
branchstable
changeset 49428 45268599f55e
parent 47881 58fe6d127a01
permissions -rw-r--r--
tests: add another variation of EADDRNOTAVAIL message (e.g. from NetBSD)

[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