black.toml
author Manuel Jacob <me@manueljacob.de>
Fri, 05 Jun 2020 06:40:15 +0200
branchstable
changeset 44919 065704cbdbdb
parent 44147 5e84a96d865b
permissions -rw-r--r--
py3: update comment to account for Python 2 and Python 3 differences

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