black.toml
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
Tue, 10 Dec 2019 17:07:09 -0500
changeset 43894 51bfd056a2ee
parent 43386 2247bf3cec76
child 44232 5e84a96d865b
permissions -rw-r--r--
crecord: remove toggleamend Previous commit removed its only calling site.

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