black.toml
author Simon Sapin <simon-commits@exyr.org>
Thu, 26 Nov 2020 18:23:51 +0100
changeset 46589 620c88fb42a2
parent 46455 5be886200eb6
permissions -rw-r--r--
copies-rust: introduce PyBytesWithData to reduce GIL requirement See explanations in new doc-comments. Differential Revision: https://phab.mercurial-scm.org/D9685

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