black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 29 Oct 2019 10:43:47 +0100
branchstable
changeset 43347 abb95b6f79d3
parent 43225 8343070ed758
child 43348 daa3b58906d5
permissions -rw-r--r--
formatting: using black to check for formatting

[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