black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 27 Aug 2020 09:06:35 +0200
branchstable
changeset 45389 f62bb5d07848
parent 44147 5e84a96d865b
permissions -rw-r--r--
test: add `test-repo` requirement to `test-check-format` (issue6395) Kindly reported by Tristan Seligmann <mithrandi@mithrandi.net>

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