black.toml
author Augie Fackler <augie@google.com>
Mon, 14 Oct 2019 12:55:40 -0400
changeset 43225 8343070ed758
parent 43224 2a201b366d5b
child 43348 daa3b58906d5
permissions -rw-r--r--
black: also ignore grey.py Differential Revision: https://phab.mercurial-scm.org/D7090

[tool.black]
line-length = 80
exclude = '''
build/
| wheelhouse/
| dist/
| packages/
| \.hg/
| \.mypy_cache/
| \.venv/
| mercurial/thirdparty/
| hgext/fsmonitor/pywatchman/
| contrib/python-zstandard/
| contrib/grey.py
'''
skip-string-normalization = true
quiet = true