##// END OF EJS Templates
ci-fix: backed out changeset d4c8b4b90ecb...
ci-fix: backed out changeset d4c8b4b90ecb This changeset is part of a series that break Continuous integration on python 2 for about a week. As not concrete solution have been found so far the safer seems to back it out until we can figure the details out. Differential Revision: https://phab.mercurial-scm.org/D9947

File last commit:

r47184:5be88620 default
r47184:5be88620 default
Show More
black.toml
14 lines | 193 B | application/toml | TOMLLexer
[tool.black]
line-length = 80
exclude = '''
build/
| wheelhouse/
| dist/
| packages/
| \.hg/
| \.mypy_cache/
| \.venv/
| mercurial/thirdparty/
'''
skip-string-normalization = true
quiet = true