black.toml
author Pulkit Goyal <7895pulkit@gmail.com>
Wed, 19 Feb 2020 13:39:00 +0530
branchstable
changeset 44404 6d121acbb82e
parent 43386 2247bf3cec76
child 44147 5e84a96d865b
permissions -rw-r--r--
remotefilelog: add 'changelog' arg to shallowcg1packer.generate (issue6269) This cause traceback on widening using narrow extension when remotefilelog is enabled. Differential Revision: https://phab.mercurial-scm.org/D8134

[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