black.toml
author Raphaël Gomès <rgomes@octobus.net>
Mon, 24 Feb 2020 17:57:57 +0100
changeset 44416 8ac5726d695d
parent 44147 5e84a96d865b
permissions -rw-r--r--
rust-cpython: make `NonNormalEntires` iterable to fix `fsmonitor` (issue6276) This fixes a bug when using `fsmonitor` that tries to iterate on the non normal set, by adding a shared iterator interface. Differential Revision: https://phab.mercurial-scm.org/D8143

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