black.toml
author Mads Kiilerich <mads@kiilerich.com>
Sun, 27 Oct 2019 20:16:38 +0100
branchstable
changeset 43344 825f8f42333a
parent 43225 8343070ed758
child 43348 daa3b58906d5
permissions -rw-r--r--
packaging: drop outdated buildrpm "tested on" comment Packaging usually works on other versions too, and it is not efficient to maintain the list in repo. It is already out of sync with the Makefile targets.

[tool.black]
line-length = 80
exclude = '''
build/
| wheelhouse/
| dist/
| packages/
| \.hg/
| \.mypy_cache/
| \.venv/
| mercurial/thirdparty/
| hgext/fsmonitor/pywatchman/
| contrib/python-zstandard/
| contrib/grey.py
'''
skip-string-normalization = true
quiet = true