black.toml
author Raphaël Gomès <rgomes@octobus.net>
Thu, 16 Jan 2020 10:28:40 +0100
changeset 44346 d42eea9a0494
parent 44232 5e84a96d865b
permissions -rw-r--r--
rust-filepatterns: improve API and robustness for pattern files parsing Within the next few patches we will be using this new API. Differential Revision: https://phab.mercurial-scm.org/D7908

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