view pyproject.toml @ 50543:164b6c4878b8 stable

doc: format argument for date uses strftime format string (issue6818)
author Joerg Sonnenberger <joerg@bec.de>
date Wed, 31 May 2023 22:36:50 +0200
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