##// END OF EJS Templates
tests: clarify a comment describing a phabricator test scenario...
tests: clarify a comment describing a phabricator test scenario Per review feedback. Differential Revision: https://phab.mercurial-scm.org/D8455

File last commit:

r44605:5e84a96d default
r45667:cf3e07d7 5.4 stable
Show More
black.toml
14 lines | 193 B | text/plain | TOMLLexer
[tool.black]
line-length = 80
exclude = '''
build/
| wheelhouse/
| dist/
| packages/
| \.hg/
| \.mypy_cache/
| \.venv/
| mercurial/thirdparty/
'''
skip-string-normalization = true
quiet = true