black.toml
author Matt Harbison <matt_harbison@yahoo.com>
Mon, 07 Dec 2020 21:44:00 -0500
changeset 46074 31ecf715efe2
parent 44147 5e84a96d865b
permissions -rw-r--r--
tests: conditionalize the progress timestamp for Windows It looks like for py2 on Windows, the start date is 1970. It matches the other platforms for py3, so I'm just going to match the tests and move on, given that py2 is on the way out. Differential Revision: https://phab.mercurial-scm.org/D9541

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