view black.toml @ 44900:38e3df9ff1e7

sslutil: stop storing protocol and options for SSLContext in settings dict Call protocolsettings() where its return values are needed.
author Manuel Jacob <me@manueljacob.de>
date Mon, 01 Jun 2020 14:20:13 +0200
parents 5e84a96d865b
children
line wrap: on
line source

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