pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 30 Aug 2023 12:38:02 +0200
changeset 50900 a99e62dae4c8
parent 48004 58fe6d127a01
permissions -rw-r--r--
mq: use sysstr to check for attribute presence We do not need bytes here.

[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