black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 14 Dec 2020 14:31:15 +0100
changeset 46139 34f2c634c8f6
parent 44232 5e84a96d865b
permissions -rw-r--r--
test-narrow: mitigate the flakyness of test-narrow-shallow The actual bug still need fixing, but in the meantime the flakyness is wasting everybody's time. Differential Revision: https://phab.mercurial-scm.org/D9593

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