black.toml
author Manuel Jacob <me@manueljacob.de>
Mon, 15 Jun 2020 03:30:24 +0200
branchstable
changeset 44964 d96d8bbbedb1
parent 44147 5e84a96d865b
permissions -rw-r--r--
py3: fix bytes iteration

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