view pyproject.toml @ 50992:704c3d0878d9 stable

cleanup: typos, formatting
author Joerg Sonnenberger <joerg@bec.de>
date Tue, 10 Oct 2023 18:29:04 +0200
parents 58fe6d127a01
children d4b275587847
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