view black.toml @ 44690:44aff45b556d

fastexport: make a diagnostics message more localizable Differential Revision: https://phab.mercurial-scm.org/D8398
author Joerg Sonnenberger <joerg@bec.de>
date Fri, 10 Apr 2020 22:33:14 +0200
parents 5e84a96d865b
children
line wrap: on
line source

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