view black.toml @ 44231:25ed4d8e707f

rust-cpython: bump cpython to 0.4 to switch to upstreamed PySharedRef
author Yuya Nishihara <yuya@tcha.org>
date Fri, 31 Jan 2020 00:01:29 +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