black.toml
author Yuya Nishihara <yuya@tcha.org>
Thu, 30 Jan 2020 23:57:19 +0900
changeset 44230 3e794419d234
parent 44147 5e84a96d865b
permissions -rw-r--r--
rust: update dependencies For no particular reason, but just because I'll bump the rust-cpython version.

[tool.black]
line-length = 80
exclude = '''
build/
| wheelhouse/
| dist/
| packages/
| \.hg/
| \.mypy_cache/
| \.venv/
| mercurial/thirdparty/
'''
skip-string-normalization = true
quiet = true