black.toml
author Antoine Cezar <antoine.cezar@octobus.net>
Mon, 06 Jul 2020 10:30:55 +0200
changeset 45054 922dbf0df4f1
parent 44147 5e84a96d865b
permissions -rw-r--r--
hgignore: add mypy cache files Differential Revision: https://phab.mercurial-scm.org/D8692

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