view black.toml @ 43348:daa3b58906d5 stable

formatting: drop `grey`, our custom black version Now that the official black has all we want, we can drop this.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 29 Oct 2019 11:07:25 +0100
parents 8343070ed758
children 2247bf3cec76
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/
'''
skip-string-normalization = true
quiet = true