view black.toml @ 44680:43513444bb88

rust-chg: add interface to run "validate" request Differential Revision: https://phab.mercurial-scm.org/D8379
author Yuya Nishihara <yuya@tcha.org>
date Sun, 07 Oct 2018 15:36:34 +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