black.toml
author Augie Fackler <augie@google.com>
Wed, 06 Nov 2019 16:26:53 -0500
changeset 43487 d5bef33ab83c
parent 43386 2247bf3cec76
child 44147 5e84a96d865b
permissions -rw-r--r--
archival: suppress some incorrect pytype failures Again, I suspect some missing coverage in type stubs for the stdlib. I'll revisit these later. Differential Revision: https://phab.mercurial-scm.org/D7288

[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