black.toml
author Denis Laxalde <denis.laxalde@logilab.fr>
Fri, 18 Oct 2019 12:12:56 +0200
changeset 43290 e20bafd65a96
parent 43225 8343070ed758
child 43348 daa3b58906d5
permissions -rw-r--r--
py3: ajust abort message in test-hook.t

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