black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 05 Aug 2020 14:03:14 -0700
changeset 45316 1b983985edd9
parent 44147 5e84a96d865b
permissions -rw-r--r--
hgweb: open mapfile using templater.open_template() This will help us read templates from resources in frozen binaries. Differential Revision: https://phab.mercurial-scm.org/D8899

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