black.toml
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
Fri, 18 Oct 2019 11:18:41 -0400
changeset 43305 d782cce137fd
parent 43225 8343070ed758
child 43348 daa3b58906d5
permissions -rw-r--r--
grep: update docs to reflect new --all-files default These docs no longer even mention the old weird behaviour that was poorly understood and underutilised. I think this undocumentation effectively deprecates it.

[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