view pyproject.toml @ 50203:ee7a7155de10

record: extract a closure to the module level This clean up is almost as gratuituous as this closure was.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 07 Feb 2023 10:27:21 +0100
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