view black.toml @ 45192:bfc6e75c0114 stable

infinitepush: remove unused import to tempfile Spotted by test-check-pyflakes.t
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 23 Jul 2020 17:32:09 +0200
parents 5e84a96d865b
children
line wrap: on
line source

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