black.toml
author Manuel Jacob <me@manueljacob.de>
Fri, 06 Mar 2020 09:50:57 +0100
changeset 44448 55c443fcb4fc
parent 44147 5e84a96d865b
permissions -rw-r--r--
tests: rename _bytespath() to _sys2bytes() and _strpath() to _sys2str() The names were not general enough because e.g. _strpath() was used for converting IP addresses.

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