black.toml
author Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
Sat, 30 May 2020 10:19:53 -0400
changeset 44885 1537ce87e3ba
parent 44147 5e84a96d865b
permissions -rw-r--r--
rust: remove one more occurrence of re2 Differential Revision: https://phab.mercurial-scm.org/D8601

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