view pyproject.toml @ 50835:04a4f10089f1

copy: drop an unused variable
author Matt Harbison <matt_harbison@yahoo.com>
date Sun, 20 Aug 2023 01:15:15 -0400
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