black.toml
author Yuya Nishihara <yuya@tcha.org>
Sat, 05 Oct 2019 09:01:25 -0400
changeset 43429 75b4eb98ad97
parent 43225 8343070ed758
child 43348 daa3b58906d5
permissions -rw-r--r--
rust-cpython: remove useless PyRefMut wrapper

[tool.black]
line-length = 80
exclude = '''
build/
| wheelhouse/
| dist/
| packages/
| \.hg/
| \.mypy_cache/
| \.venv/
| mercurial/thirdparty/
| hgext/fsmonitor/pywatchman/
| contrib/python-zstandard/
| contrib/grey.py
'''
skip-string-normalization = true
quiet = true