view black.toml @ 45751:60d0634c43c2 stable

relnotes: add diffcontains() to new features list
author Yuya Nishihara <yuya@tcha.org>
date Sat, 17 Oct 2020 13:06:18 +0900
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