view pyproject.toml @ 49837:dcf983a5f906

ui: drop the deprecated `expandpath()` This was deprecated since 5.8.
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 03 Jan 2023 11:48:21 -0500
parents 58fe6d127a01
children
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