black.toml
author Augie Fackler <augie@google.com>
Wed, 06 Nov 2019 15:03:02 -0500
changeset 43477 147576a4e6a2
parent 43386 2247bf3cec76
child 44147 5e84a96d865b
permissions -rw-r--r--
posix: add a pytype suppression This one seems a little sketchier than the others, but this will clean up when we're Python 3-only. Differential Revision: https://phab.mercurial-scm.org/D7276

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