black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 25 Jul 2020 15:37:05 +0200
changeset 45251 0041a42c6f28
parent 44147 5e84a96d865b
permissions -rw-r--r--
commitctx: gather more code dealing with copy-in-extra Now that we have a function that deal with the copy-in-extra special case, we can gather more code meant to deal with this special case. Making the rest of the code simpler.

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