view pyproject.toml @ 49878:a20e3758f53c stable

tests: optional PEP 657 error location in test-lfs-serve-access.t (issue6782)
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 09 Jan 2023 18:25:31 +0400
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