black.toml
author Yuya Nishihara <yuya@tcha.org>
Sat, 01 Feb 2020 12:57:32 +0900
changeset 44392 d52e3826cd4b
parent 44232 5e84a96d865b
permissions -rw-r--r--
pathutil: resurrect comment about path auditing order It was removed at 51c86c6167c1, but expensive symlink traversal isn't the only reason we should walk path components from the root.

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