##// END OF EJS Templates
ci: remove py2-rust support...
ci: remove py2-rust support Nobody cares about this very narrow usecase, and py2 support is over by July 1st. This helps with the CI load, and removes some flakiness.

File last commit:

r48841:58fe6d12 stable
r50441:0ddd5e1f 6.1.2 stable
Show More
pyproject.toml
17 lines | 244 B | text/plain | 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