##// END OF EJS Templates
merge: with stable
merge: with stable

File last commit:

r48841:58fe6d12 stable
r48843:f82c4e8a merge default
Show More
pyproject.toml
17 lines | 244 B | text/plain | TOMLLexer
Augie Fackler
pyproject: add config file...
r47098 [build-system]
requires = ["setuptools", "wheel"]
Augie Fackler
black: merge config into main pyproject.toml now that we have it...
r47099
[tool.black]
line-length = 80
exclude = '''
build/
| wheelhouse/
| dist/
| packages/
| \.hg/
| \.mypy_cache/
| \.venv/
| mercurial/thirdparty/
'''
skip-string-normalization = true
quiet = true