black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 22 Sep 2020 10:27:35 +0200
changeset 45569 64d18e9e8508
parent 44147 5e84a96d865b
permissions -rw-r--r--
sidedata: rename `encode_copies_sidedata` to `encode_files_sidedata` We are storing more than copies information, so lets make it clear.

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