black.toml
author Ludovic Chabant <ludovic@chabant.com>
Tue, 29 Sep 2020 14:38:46 -0700
branchstable
changeset 45559 07731064ac41
parent 44147 5e84a96d865b
permissions -rw-r--r--
hgdemandimport: exclude more sqlalchemy modules We could potentially exclude the entire sqlalchemy library.

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