black.toml
author Raphaël Gomès <rgomes@octobus.net>
Thu, 01 Oct 2020 09:49:33 +0200
changeset 45618 d5407b2e7689
parent 44232 5e84a96d865b
permissions -rw-r--r--
rust: leverage improved match ergonomics Differential Revision: https://phab.mercurial-scm.org/D9137

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