black.toml
author Raphaël Gomès <rgomes@octobus.net>
Tue, 14 Jan 2020 16:58:07 +0100
changeset 44137 3bd77c64bc74
parent 43386 2247bf3cec76
child 44147 5e84a96d865b
permissions -rw-r--r--
rust-filepatterns: remove bridge code for filepatterns-related functions These functions will be used internally by `hg-core` without needed to be exposed to Python. Differential Revision: https://phab.mercurial-scm.org/D7868

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