black.toml
author Manuel Jacob <me@manueljacob.de>
Sun, 31 May 2020 11:41:03 +0200
changeset 44890 4942c1bdd080
parent 44147 5e84a96d865b
permissions -rw-r--r--
sslutil: add FIXME about supportedprotocols possibly containing too many items

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