black.toml
author Yuya Nishihara <yuya@tcha.org>
Thu, 16 Apr 2020 22:30:11 +0900
changeset 44728 59ad165f6cdb
parent 44232 5e84a96d865b
permissions -rw-r--r--
templatekw: fix shownames() to check if namespace exists in repo (issue6301) Namespace registration is dynamic, but the corresponding template keyword is registered statically.

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