view black.toml @ 45475:0d119802242b

churn: add an usage example in docstring
author "Stephane" <stephane@yaal.fr>
date Thu, 17 Sep 2020 15:34:13 +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