black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 17 Jan 2021 19:22:30 +0100
changeset 46321 d32e7ed81f4f
parent 44232 5e84a96d865b
permissions -rw-r--r--
persistent-nodemap: catch the right exception on python On Python 2, Missing file are IOError, not OSError, apparently. Differential Revision: https://phab.mercurial-scm.org/D9809

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