pyproject.toml
author Georges Racinet <georges.racinet@octobus.net>
Tue, 04 Apr 2023 11:47:32 +0200
changeset 50386 498155b0ba41
parent 48004 58fe6d127a01
permissions -rw-r--r--
rust-readme: mentioned that format check is enforced by CI

[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