black.toml
author Raphaël Gomès <rgomes@octobus.net>
Tue, 14 Jan 2020 18:03:28 +0100
changeset 44136 baa4e7fdfd47
parent 43386 2247bf3cec76
child 44147 5e84a96d865b
permissions -rw-r--r--
rust-utils: add Rust implementation of Python's "os.path.splitdrive" I also wrote the NT version although I didn't mean to at first, so I thought I would keep it, so that any further effort to get the Rust code working on Windows is a little easier. Differential Revision: https://phab.mercurial-scm.org/D7864

[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