black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 26 Feb 2020 00:31:23 +0100
changeset 44977 aa568b6c6a10
parent 44232 5e84a96d865b
permissions -rw-r--r--
heptapod-ci: also run tests for chg on python 2 I am not aware of any regular effort to run test with chg. So let's at least do it here. Differential Revision: https://phab.mercurial-scm.org/D8178

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