black.toml
author Mads Kiilerich <mads@kiilerich.com>
Fri, 01 Nov 2019 12:34:08 +0100
branchstable
changeset 43356 5989f697890a
parent 43348 daa3b58906d5
child 43386 2247bf3cec76
permissions -rw-r--r--
packaging: fix docker-centos5 - use pythonexe and set to "python" as before Fix 92a51a45d44c .

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