black.toml
author Matt Harbison <matt_harbison@yahoo.com>
Mon, 24 Aug 2020 12:39:48 -0400
changeset 45392 c25efc468a49
parent 44147 5e84a96d865b
permissions -rw-r--r--
mercurial: force LF endings for *.py, *.{c,h} and *.t in .editorconfig PyCharm on Windows otherwise uses CRLF. Differential Revision: https://phab.mercurial-scm.org/D8947

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