black.toml
author Manuel Jacob <me@manueljacob.de>
Sun, 31 May 2020 09:55:45 +0200
changeset 44888 95903a8d8c97
parent 44147 5e84a96d865b
permissions -rw-r--r--
sslutil: stop returning argument as third return value of protocolsettings() The third return value was always the same as the argument.

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