black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 23 Jul 2020 17:32:09 +0200
branchstable
changeset 45192 bfc6e75c0114
parent 44232 5e84a96d865b
permissions -rw-r--r--
infinitepush: remove unused import to tempfile Spotted by test-check-pyflakes.t

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