black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 28 Sep 2020 12:26:09 +0200
changeset 45626 d31483377673
parent 44232 5e84a96d865b
permissions -rw-r--r--
changing-files: cache the various property We are going to start using them more having some basic caching would be good. The focus is not about performance yet, however avoid some easy N² trap seems reasonable. Differential Revision: https://phab.mercurial-scm.org/D9112

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