black.toml
author Pulkit Goyal <7895pulkit@gmail.com>
Wed, 02 Sep 2020 19:46:55 +0530
changeset 45410 2d08dcf8fd9e
parent 44147 5e84a96d865b
permissions -rw-r--r--
extdiff: refactor cmdline and gui calculation login in a separate fn This is some good logic with handling of many config items and various ways of specifying it. I want to reuse in `diff --tool` and hence refatcored it in a separate function of it's own.

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