view pyproject.toml @ 51393:6603a1448f18

hg-core: separate timestamp and extra methods
author Arun Kulshreshtha <akulshreshtha@janestreet.com>
date Tue, 20 Feb 2024 10:47:47 -0500
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