black.toml
author Augie Fackler <augie@google.com>
Wed, 06 Nov 2019 15:13:23 -0500
changeset 43517 5f2a8dabb0d8
parent 43386 2247bf3cec76
child 44232 5e84a96d865b
permissions -rw-r--r--
encoding: define local identify functions with explicit type comments This removes some obfuscation as far as pytype is concerned and corrects many bogus type errors. Differential Revision: https://phab.mercurial-scm.org/D7267

[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