##// END OF EJS Templates
relnotes: add 6.0.1 and 6.0.2 notes...
relnotes: add 6.0.1 and 6.0.2 notes Differential Revision: https://phab.mercurial-scm.org/D12130

File last commit:

r48841:58fe6d12 stable
r49912:75676122 6.0.2 stable
Show More
pyproject.toml
17 lines | 244 B | application/toml | TOMLLexer
[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