black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 01 Oct 2020 09:42:39 +0200
changeset 45672 f877b3628015
parent 44147 5e84a96d865b
permissions -rw-r--r--
copies: return None instead of ChangingFiles when relevant If they are not relevant data, they are no need to fetch them. Differential Revision: https://phab.mercurial-scm.org/D9140

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