black.toml
author Mads Kiilerich <mads@kiilerich.com>
Fri, 01 Nov 2019 15:29:14 +0100
branchstable
changeset 43359 e66a3bfcb19b
parent 43348 daa3b58906d5
child 43386 2247bf3cec76
permissions -rw-r--r--
packaging: make dockerrpm fedora target more generic Fedora moves fast in version numbers, and often with Mercurial packaging being backwards compatible. Thus, only aim for providing built-in support for latest Fedora version, and make it easy to update. With this refactoring, 'dockerrpm fedora31' also works. 'dockerrpm fedora' will use the 'fedora:latest' Docker image.

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