view pyproject.toml @ 50294:bae51b50a5cf stable

dirstate-v2: fix an incorrect handling of readdir errors Make sure not to cache the results of a failed readdir call.
author Arseniy Alekseyev <aalekseyev@janestreet.com>
date Mon, 13 Mar 2023 14:15:34 +0000
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