pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 30 Aug 2023 00:45:10 +0200
changeset 50935 f6cb926d4189
parent 47881 58fe6d127a01
permissions -rw-r--r--
smartset: set attribute using sysstr instead of bytes We do not needs 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