black.toml
author Pulkit Goyal <7895pulkit@gmail.com>
Mon, 14 Sep 2020 13:51:39 +0530
changeset 45477 14b3dbfa4eeb
parent 44232 5e84a96d865b
permissions -rw-r--r--
mergeresult: introduce dedicated tuple for no-op actions This will help us in adding more no-op actions in next patch while keeping the code cleaner.

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