black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 04 Aug 2020 09:13:10 -0700
changeset 45328 ba50c8a95e2b
parent 44232 5e84a96d865b
permissions -rw-r--r--
templater: move stylemap() to hgweb_mod, since that's its only user `stylemap()` even has an error message that mentions "hgweb templates", so it seems that it's meant specifically for hgweb. Differential Revision: https://phab.mercurial-scm.org/D8890

[tool.black]
line-length = 80
exclude = '''
build/
| wheelhouse/
| dist/
| packages/
| \.hg/
| \.mypy_cache/
| \.venv/
| mercurial/thirdparty/
'''
skip-string-normalization = true
quiet = true