view black.toml @ 43343:73d1bbf817cd stable

packaging: also include hgweb.wsgi in rpms
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 28 Oct 2019 00:29:42 +0100
parents 8343070ed758
children daa3b58906d5
line wrap: on
line source

[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