black.toml
author Manuel Jacob <me@manueljacob.de>
Mon, 01 Jun 2020 14:20:13 +0200
changeset 44959 38e3df9ff1e7
parent 44232 5e84a96d865b
permissions -rw-r--r--
sslutil: stop storing protocol and options for SSLContext in settings dict Call protocolsettings() where its return values are needed.

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