view black.toml @ 45723:edfc5820aae7

py3: fix stringmatcher() to byte-stringify exception message Spotted while writing regexp variant of stringmatcher().
author Yuya Nishihara <yuya@tcha.org>
date Wed, 14 Oct 2020 22:10:48 +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